Add some alternative ssh hostnames
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
78a6c13010
commit
56ed4718e7
2 changed files with 7 additions and 0 deletions
|
@ -54,3 +54,7 @@ csi_relationship: |
|
||||||
- Bastion is the hub for all infrastructure's VPN connections.
|
- 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.
|
- 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 does not accept any mail outside phx2/vpn.
|
||||||
|
|
||||||
|
# Bastion also gets bastion.fpo
|
||||||
|
ssh_hostnames:
|
||||||
|
- bastion.fedoraproject.org
|
||||||
|
|
|
@ -19,6 +19,9 @@ virt_install_command: "{{ virt_install_command_two_nic }}"
|
||||||
host_backup_targets: ['/srv']
|
host_backup_targets: ['/srv']
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4"
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4"
|
||||||
|
|
||||||
|
ssh_hostnames:
|
||||||
|
- pkgs.fedoraproject.org
|
||||||
|
|
||||||
additional_host_keytabs:
|
additional_host_keytabs:
|
||||||
- pkgs.fedoraproject.org
|
- pkgs.fedoraproject.org
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue