This monorepo contains some useful Ansible-playbooks.
Ansible is an open-source automation tool that simplifies provisioning, configuration management and application deployment. It uses a declarative language to describe system configurations and orchestrates tasks across multiple systems.
In this repository, you can find several useful Ansible playbooks.
Note: You need to specify the addresses of the required hosts in inventory.yml
To get started, clone this repository:
git clone https://github.com/issvvv/ansible.git && cd ansible/
Place your SSH key in the ~/.ssh/ssh-ansible:
mv /path/to/your/ssh-ansible ~/.ssh/ssh-ansible
Navigate to the playbook directory and do what you need! For example, run the minikube installation on your host:
ansible-playbook ./playbooks/deploy_minikube.yml
Enjoy! ✨