Deduplicate playbooks

This commit is contained in:
Salt 2020-06-21 10:14:25 -05:00
parent 3e4f308a61
commit 7a54fbe055

View File

@ -1,12 +1,9 @@
#!/usr/bin/env ansible-playbook #!/usr/bin/env ansible-playbook
# vim:ft=ansible: # vim:ft=ansible:
--- ---
- import_playbook: provision.yml
- hosts: all - hosts: all
roles: roles:
- role: common
tags: [ common ]
- role: ansible-pull
tags: [ common ]
- role: zerotier - role: zerotier
tags: [ common, zerotier ] tags: [ common, zerotier ]
- role: influxdb - role: influxdb