mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
@@ -5,6 +5,7 @@
|
||||
- { include: iosxr.yaml }
|
||||
- { include: nxos.yaml }
|
||||
- { include: junos.yaml }
|
||||
- { include: ops.yaml }
|
||||
- { include: dellos10.yaml }
|
||||
- { include: dellos9.yaml }
|
||||
- { include: dellos6.yaml }
|
||||
|
||||
11
test/integration/ops.yaml
Normal file
11
test/integration/ops.yaml
Normal file
@@ -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']" }
|
||||
Reference in New Issue
Block a user