10 lines
154 B
YAML
10 lines
154 B
YAML
#!/usr/bin/ansible-playbook
|
|
# vim:ft=ansible:
|
|
---
|
|
- hosts: tag_role_common
|
|
roles:
|
|
- common
|
|
- hosts: tag_role_ansiblehost
|
|
roles:
|
|
- ansiblehost
|