f36c6c8c5b
For the unit test I chose to keep the original yaml file in place as a reference. This patch also includes a fix.
40 lines
481 B
Text
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
|