8 lines
137 B
YAML
8 lines
137 B
YAML
#!/usr/bin/env ansible-playbook
|
|
# vim:ft=ansible:
|
|
---
|
|
- hosts: ansiblehosts
|
|
roles:
|
|
- role: ansiblehost
|
|
tags: [ ansiblehost ]
|