Ansible is an open-source software provisioning, configuration management, and application-deployment tool. It's easy to use and runs in most of the OS.
And in this repo we got some useful tips, that you can use to provisioning your infrastructure with Ansible.
In the folder run the command below:
ansible-playbook -i hosts main.yml
AWS
*First you need and key-pair and an user with the keys.
Here we have some useful playbooks that we can use.
What we got for now:
- AWS provisioning instances, security groups, elastic ips.
Note: Make sure you have Ansible.
Installation guide:
https://docs.ansible.com/ansible/latest/installation_guide/index.html