10 lines
175 B
YAML
Executable File
10 lines
175 B
YAML
Executable File
#!/usr/bin/env ansible-playbook
|
|
# vim:ft=ansible:
|
|
---
|
|
- hosts: all
|
|
roles:
|
|
- role: common
|
|
tags: [ common ]
|
|
- role: ansible-pull
|
|
tags: [ ansible, common ]
|