10 lines
162 B
YAML
10 lines
162 B
YAML
|
#!/usr/bin/ansible-playbook
|
||
|
# vim:ft=ansible:
|
||
|
---
|
||
|
- hosts: all
|
||
|
roles:
|
||
|
- role: common
|
||
|
tags: [ common ]
|
||
|
- role: ansible-pull
|
||
|
tags: [ common ]
|