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:
parent
92f3e99e33
commit
68ca1f63fe
3
tools/ansible/main.yml
Normal file
3
tools/ansible/main.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
- import_playbook: provision.yml
|
||||
- import_playbook: deploy.yml
|
Loading…
Reference in a new issue