Create your provisioning.
source <(curl -sL http://bit.ly/ansible-boilerplate)
Configure the playbook in the file: vars/ansible-generator.yml
- apache
- apt
- composer
- fail2ban
- iptables
- mysql
- php
- ssh
ansible-playbook -i hosts/localhost ansible-generator.yml
For configure your /etc/hosts
change update_hosts_file
to True
in ansible-generator.yml
and execute:
ansible-playbook -i hosts/localhost ansible-generator.yml -K
After you can update update_hosts_file
to True
in ansible-generator.yml
and execute default command.
Launch your vagrant
vagrant up
Licensed under the MIT License. See the LICENSE file for details.