No description
https://www.oliverdavies.uk/presentations
| config/sync | ||
| tools/ansible | ||
| .gitignore | ||
| ansible.cfg | ||
| composer.json | ||
| composer.lock | ||
| README.md | ||
| Vagrantfile | ||
Dransible
Installation
-
Download roles from Galaxy:
ansible-galaxy install -r tools/ansible/requirements.yml -
Start the server:
vagrant up -
Provision the server:
ansible-playbook tools/ansible/provision.yml -
Deploy the application:
ansible-playbook tools/ansible/deploy.yml