scottslowe-learning-tools/ansible/src-dst-list/machines.yml
Scott Lowe 01b4b6138c
Add environment for Ansible "with_items" testing
Add environment that uses more complex lists with the Ansible "with_items" construct

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-03-07 13:35:01 -07:00

12 lines
211 B
YAML

---
- box:
vmw: "bento/centos-7.1"
vb: "centos/atomic-host"
name: "atomic-01"
nested: false
nics:
- type: "private_network"
ip_addr: "dhcp"
ram: "512"
sync_disabled: true
vcpu: "1"