mirror of https://github.com/ansible/ansible.git
parent
a87d30f72f
commit
09550e4f46
@ -0,0 +1,11 @@
|
||||
---
|
||||
- hosts: ops
|
||||
gather_facts: no
|
||||
connection: local
|
||||
|
||||
vars:
|
||||
limit_to: "*"
|
||||
debug: false
|
||||
|
||||
roles:
|
||||
- { role: ops_command, when: "limit_to in ['*', 'ops_command']" }
|
Loading…
Reference in New Issue