ansible/ec2.yml

12 lines
167 B
YAML
Raw Normal View History

#!/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-10-11 14:08:22 -05:00
- hosts: tag_role_cockpit
roles:
2019-09-15 01:26:37 -05:00
- user
- ansiblehost
2019-10-11 14:08:22 -05:00
- cockpit