2019-09-15 01:24:44 -05:00
|
|
|
#!/usr/bin/env ansible-playbook
|
2019-08-30 14:13:34 -05:00
|
|
|
# vim:ft=ansible:
|
|
|
|
---
|
2019-09-15 01:26:37 -05:00
|
|
|
- hosts: ec2
|
2019-09-14 11:49:23 -05:00
|
|
|
roles:
|
|
|
|
- common
|
2019-09-15 01:38:16 -05:00
|
|
|
- hosts: tag_userlogon_true
|
2019-09-15 00:39:47 -05:00
|
|
|
roles:
|
2019-09-15 01:26:37 -05:00
|
|
|
- user
|
2019-09-15 01:38:16 -05:00
|
|
|
- hosts: tag_ansiblehost_true
|
|
|
|
roles:
|
2019-09-15 00:39:47 -05:00
|
|
|
- ansiblehost
|