Add YAML inventory format.

See test/yaml_hosts for an example.

Hosts can be part of multiple groups.

Groups can also have variables, inherited by the hosts.
There is no variable scope, last variable seen wins.
This commit is contained in:
Jeroen Hoekx 2012-04-14 15:45:24 +02:00
commit 3a24aa9a70
3 changed files with 172 additions and 0 deletions

26
test/yaml_hosts Normal file
View file

@ -0,0 +1,26 @@
---
- 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