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.
27 lines
271 B
Plaintext
27 lines
271 B
Plaintext
13 years ago
|
---
|
||
|
|
||
|
- jupiter
|
||
|
- host: saturn
|
||
|
vars:
|
||
|
- moon: titan
|
||
|
|
||
|
- group: greek
|
||
|
hosts:
|
||
|
- zeus
|
||
|
- hera
|
||
|
- poseidon
|
||
|
vars:
|
||
|
- ansible_ssh_port: 3000
|
||
|
|
||
|
- group: norse
|
||
|
hosts:
|
||
|
- host: thor
|
||
|
vars:
|
||
|
- hammer: True
|
||
|
- odin
|
||
|
- loki
|
||
|
|
||
|
- group: multiple
|
||
|
hosts:
|
||
|
- saturn
|