Skip to content
Snippets Groups Projects
Commit d307c918 authored by Niels van Dijk's avatar Niels van Dijk
Browse files

Updated example config to 'common' setup for federation operators

parent e91a0cdd
No related branches found
No related tags found
No related merge requests found
# Inventory Aliases # Inventory Aliases
# Make sure to change group_vars/all.yml for the same hosts keys # 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 mdx-signer ansible_host=xxx.xxx.xxx.xxx ansible_user=debian ansible_ssh_private_key_file=~/.ssh/my_deploy_pubkey
mdxcdn ansible_host=mdxcdn.pt-38.utr.surfcloud.nl ansible_user=ansible ansible_ssh_private_key_file=.ssh/id_ansible mdx-proxy-1 ansible_host=xxx.xxx.xxx.xxx ansible_user=debian ansible_ssh_private_key_file=~/.ssh/my_deploy_pubkey
alternative-mdx ansible_host=alternative-mdx.pt-76.utr.surfcloud.nl ansible_user=ansible ansible_ssh_private_key_file=.ssh/id_ansible mdx-proxy-2 ansible_host=xxx.xxx.xxx.xxx ansible_user=debian ansible_ssh_private_key_file=~/.ssh/my_deploy_pubkey
okeanos ansible_host=62.217.72.109 ansible_user=ansible ansible_ssh_private_key_file=.ssh/id_ansible
# Hosts that receive the mdsigner role # Hosts that receive the mdsigner role
[mdsigner] [mdsigner]
et2 mdx-signer
mdxcdn
alternative-mdx
# Hosts that receive the mdproxy role # Hosts that receive the mdproxy role
[mdproxy] [mdproxy]
et2 mdx-proxy-1
mdxcdn mdx-proxy-2
alternative-mdx
okeanos
# Hosts that receive the GeoDNS role # Hosts that receive the GeoDNS role
[geodns] [geodns]
et2 mdx-proxy-1
mdxcdn mdx-proxy-2
# All hosts for base role # All hosts for base role
[all:children] [all:children]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment