mirror of https://github.com/ansible/ansible.git
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.
14 lines
342 B
YAML
14 lines
342 B
YAML
8 years ago
|
---
|
||
|
- 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']" }
|