:small_red_triangle: Ansible playbook for installing Redmine,Nginx, Unicorn, Ruby and mySQL on Centos7
Ansible playbook + Vagrantfile for provisioning Redmine app to a CentOS server. The playbook installs Ruby, mySQL, Redmine, Nginx and Unicorn.
If you want to run the provisioning on VM:
vagrant up
This will start the VM, and run the provisioning playbook (on the first VM startup).
Visit https://192.168.33.13 and you should see the Redmine home page.
ansible-playbook -i hosts playbook.yml -C
This will dry-run the playbook and won’t affect the existing VM.
update group_vars/all.yml
at your convenience.