ansible-base/inventory_template.yml

21 lines
472 B
YAML
Raw Normal View History

2020-05-15 22:22:26 +02:00
all:
vars:
ansible_user: ansible
ansible_become: yes
children:
function:
children:
backup_server:
hosts:
myFirstGentooHost.example.org:
os:
children:
os_gentoo:
hosts:
myFirstGentooHost.example.org:
mySecondGentooHost.anotherexample.org:
os_debian:
hosts:
myFirstDebianHost.example.org:
mySecondDebianHost.anotherexample.org: