Configure ansible-pull AFTER setting up all of our common shit

god
dammit
This commit is contained in:
Salt 2020-06-21 09:52:40 -05:00
parent 43546438ac
commit 9486f331ca

View File

@ -3,10 +3,10 @@
--- ---
- hosts: all - hosts: all
roles: roles:
- role: ansible-pull
tags: [ common ]
- role: common - role: common
tags: [ common ] tags: [ common ]
- role: ansible-pull
tags: [ common ]
- role: zerotier - role: zerotier
tags: [ common, zerotier ] tags: [ common, zerotier ]
- role: influxdb - role: influxdb