ansible/test/integration/ops.yaml
John R Barker 09550e4f46 Ops (#18652)
* Link to missing ops.yaml

* Add missing ops.yaml
2016-11-28 16:22:17 +00:00

11 lines
180 B
YAML

---
- hosts: ops
gather_facts: no
connection: local
vars:
limit_to: "*"
debug: false
roles:
- { role: ops_command, when: "limit_to in ['*', 'ops_command']" }