12 lines
167 B
YAML
Executable File
12 lines
167 B
YAML
Executable File
#!/usr/bin/env ansible-playbook
|
|
# vim:ft=ansible:
|
|
---
|
|
- hosts: ec2
|
|
roles:
|
|
- common
|
|
- hosts: tag_role_cockpit
|
|
roles:
|
|
- user
|
|
- ansiblehost
|
|
- cockpit
|