From d307c918cc42c5a0a8e42a67f4007e18c34f5f66 Mon Sep 17 00:00:00 2001 From: Niels van Dijk <niels.vandijk@surf.nl> Date: Tue, 19 Apr 2022 10:55:12 +0200 Subject: [PATCH] Updated example config to 'common' setup for federation operators --- inventory/inventory | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/inventory/inventory b/inventory/inventory index 49d8a9d..3465327 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -1,27 +1,22 @@ # 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 +mdx-signer ansible_host=xxx.xxx.xxx.xxx ansible_user=debian ansible_ssh_private_key_file=~/.ssh/my_deploy_pubkey +mdx-proxy-1 ansible_host=xxx.xxx.xxx.xxx ansible_user=debian ansible_ssh_private_key_file=~/.ssh/my_deploy_pubkey +mdx-proxy-2 ansible_host=xxx.xxx.xxx.xxx ansible_user=debian ansible_ssh_private_key_file=~/.ssh/my_deploy_pubkey # Hosts that receive the mdsigner role [mdsigner] -et2 -mdxcdn -alternative-mdx +mdx-signer # Hosts that receive the mdproxy role [mdproxy] -et2 -mdxcdn -alternative-mdx -okeanos +mdx-proxy-1 +mdx-proxy-2 # Hosts that receive the GeoDNS role [geodns] -et2 -mdxcdn +mdx-proxy-1 +mdx-proxy-2 # All hosts for base role [all:children] -- GitLab