Add provisioning script
Alright, so I didn't see this coming, but it turns out because of the way I have my ansible-pull script set up, I can just lay it out on a host and it'll git pull and manage the rest itself I'm like 'why is this thing taking so long to deploy', and it's because it's deploying twice
This commit is contained in:
parent
9486f331ca
commit
3e4f308a61
9
provision.yml
Executable file
9
provision.yml
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/ansible-playbook
|
||||
# vim:ft=ansible:
|
||||
---
|
||||
- hosts: all
|
||||
roles:
|
||||
- role: common
|
||||
tags: [ common ]
|
||||
- role: ansible-pull
|
||||
tags: [ common ]
|
Loading…
Reference in New Issue
Block a user