From 56ed4718e753ef071c05b0bc0bd46a07b29dc619 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sun, 9 Apr 2017 23:37:15 +0000 Subject: [PATCH] Add some alternative ssh hostnames Signed-off-by: Patrick Uiterwijk --- inventory/group_vars/bastion | 4 ++++ inventory/host_vars/pkgs02.phx2.fedoraproject.org | 3 +++ 2 files changed, 7 insertions(+) diff --git a/inventory/group_vars/bastion b/inventory/group_vars/bastion index 371b16b727..13570ad727 100644 --- a/inventory/group_vars/bastion +++ b/inventory/group_vars/bastion @@ -54,3 +54,7 @@ csi_relationship: | - Bastion is the hub for all infrastructure's VPN connections. - All incoming SMTP from phx2 and VPN, as well as outgoing SMTP, pass or are filtered here. - Bastion does not accept any mail outside phx2/vpn. + +# Bastion also gets bastion.fpo +ssh_hostnames: +- bastion.fedoraproject.org diff --git a/inventory/host_vars/pkgs02.phx2.fedoraproject.org b/inventory/host_vars/pkgs02.phx2.fedoraproject.org index 7ca7f2dfac..aef4e772e2 100644 --- a/inventory/host_vars/pkgs02.phx2.fedoraproject.org +++ b/inventory/host_vars/pkgs02.phx2.fedoraproject.org @@ -19,6 +19,9 @@ virt_install_command: "{{ virt_install_command_two_nic }}" host_backup_targets: ['/srv'] nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4" +ssh_hostnames: +- pkgs.fedoraproject.org + additional_host_keytabs: - pkgs.fedoraproject.org