mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Add VPN host names as alt names for batcave SSH certs
Useful when you need to SSH into batcave through VPN, like from bastion in a different DC.
This commit is contained in:
@@ -28,3 +28,7 @@ sar_script: /usr/local/bin/koji_sar.py
|
||||
sar_script_user: root
|
||||
sar_output_file: koji.json
|
||||
|
||||
# Add VPN host name as alt name for SSH cert. Useful when you need to
|
||||
# SSH into batcave through VPN, like from bastion in a different DC.
|
||||
ssh_hostnames:
|
||||
- batcave01.vpn.fedoraproject.org
|
||||
|
||||
@@ -40,3 +40,8 @@ num_cpus: 8
|
||||
|
||||
ansible_ssh_common_args: '-o ProxyCommand="ssh -W %h:%p -q root@bastion13.fedoraproject.org"'
|
||||
fas_client_groups: sysadmin-main
|
||||
|
||||
# Add VPN host name as alt namefor SSH cert. Useful when you need to
|
||||
# SSH into batcave through VPN, like from bastion in a different DC.
|
||||
ssh_hostnames:
|
||||
- batcave13.vpn.fedoraproject.org
|
||||
|
||||
Reference in New Issue
Block a user