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