gabyfulchic / ansible-default

Ansible default repo to well begin a project. You can clone it too to use Kubespray. 🌌 Have a nice day.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible_default

Soft for
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

About

Ansible default repo to well begin a project. You can clone it too to use Kubespray. 🌌 Have a nice day.


Languages

Language:Shell 100.0%