2019-08-30 14:13:34 -05:00
|
|
|
#!/usr/bin/ansible-playbook
|
|
|
|
# vim:ft=ansible:
|
|
|
|
---
|
2019-09-15 01:17:38 -05:00
|
|
|
- hosts: tag_role_common
|
2019-09-14 11:49:23 -05:00
|
|
|
roles:
|
|
|
|
- common
|
2019-09-15 01:17:38 -05:00
|
|
|
- hosts: tag_role_ansiblehost
|
2019-09-15 00:39:47 -05:00
|
|
|
roles:
|
|
|
|
- ansiblehost
|