-
Martin van Es authoredMartin van Es authored
inventory.example 853 B
# Inventory Aliases
# Make sure to change group_vars/all.yml for the same hosts keys
et2 ansible_host=et2.gndev.hexaa.eu ansible_user=ansible ansible_ssh_private_key_file=.ssh/id_ansible
mdxcdn ansible_host=mdxcdn.pt-38.utr.surfcloud.nl ansible_user=ansible ansible_ssh_private_key_file=.ssh/id_ansible
alternative-mdx ansible_host=alternative-mdx.pt-76.utr.surfcloud.nl ansible_user=ansible ansible_ssh_private_key_file=.ssh/id_ansible
okeanos ansible_host=62.217.72.109 ansible_user=ansible ansible_ssh_private_key_file=.ssh/id_ansible
# Hosts that receive the mdsigner role
[mdsigner]
et2
mdxcdn
alternative-mdx
# Hosts that receive the mdproxy role
[mdproxy]
et2
mdxcdn
alternative-mdx
okeanos
# Hosts that receive the GeoDNS role
[geodns]
et2
mdxcdn
# All hosts for base role
[all:children]
mdsigner
mdproxy
geodns