mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
12 lines
195 B
YAML
12 lines
195 B
YAML
|
- hosts: netscaler
|
||
|
|
||
|
gather_facts: no
|
||
|
connection: local
|
||
|
|
||
|
vars:
|
||
|
limit_to: "*"
|
||
|
debug: false
|
||
|
|
||
|
roles:
|
||
|
- { role: netscaler_service, when: "limit_to in ['*', 'netscaler_service']" }
|