You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/dellos6.yaml

14 lines
342 B
YAML

---
- hosts: dellos6
gather_facts: no
connection: local
vars:
limit_to: "*"
debug: false
roles:
- { role: dellos6_command, when: "limit_to in ['*', 'dellos6_command']" }
- { role: dellos6_config, when: "limit_to in ['*', 'dellos6_config']" }
- { role: dellos6_facts, when: "limit_to in ['*', 'dellos6_facts']" }