Add main.yml

Add a main.yml playbook that runs both provision.yml and deploy.yml.

This would be useful for first-time installations.
This commit is contained in:
Oliver Davies 2020-05-01 11:20:40 +01:00
parent 92f3e99e33
commit 68ca1f63fe

3
tools/ansible/main.yml Normal file
View file

@ -0,0 +1,3 @@
---
- import_playbook: provision.yml
- import_playbook: deploy.yml