ansible/test/yaml2_hosts
Dag Wieërs f36c6c8c5b Added unit tests for host-groups patch
For the unit test I chose to keep the original yaml file in place as a reference.

This patch also includes a fix.
2012-07-12 16:43:57 +02:00

40 lines
481 B
Text

---
- jupiter
- host: saturn
groups: [ multiple ]
vars:
moon: titan
moon2: enceladus
- host: hera
groups: [ greek ]
- host: poseidon
groups: greek
- host: mars
- host: zeus
groups: [ greek, ruler ]
vars:
- ansible_ssh_port: 3001
- host: odin
groups:
- norse
- ruler
- host: loki
groups: [ norse ]
- host: thor
groups: [ norse ]
vars:
- hammer: True
- group: greek
vars:
- ansible_ssh_port: 3000
- ntp_server: olympus.example.com