Ansible default repo to well begin an Ansible project. You can clone it to use Kubespray aswell. π Have a good time using ansible.
> git clone https://github.com/gabyfulchic/ansible-default.git
# Only use move.sh when you need to copy files from ansible-default
# to your project folder where you want to initiate a ansible project.
> chmod +x ansible-default/move.sh
> bash ansible-default/move.sh
_> enter n
_> enter /home/path/to/project/
> cd /home/path/to/project/
> now configure ansible.cfg and clients.ini as you wish, and dev your roles !β(-βΏ-)β
# If you gonna work on ansible-default folder
> cd ansible-default/
> now configure ansible.cfg and clients.ini as you wish, and dev your roles !β(-βΏ-)β
> mv /etc/ansible.cfg /etc/ansible.old.cfg && cp ansible.cfg /etc/ansible.cfg
And if you don't know how to get ansible in dev env faster as possible,
Check that : (ansible inside docker)
https://github.com/gabyfulchic/docker-compose-ansible