forked from infra/ansible
batcave02: create new rhel10 batcave02 to sync batcave01 to
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
fadbb39054
commit
f3292f4178
2 changed files with 19 additions and 1 deletions
18
inventory/host_vars/batcave02.rdu3.fedoraproject.org
Normal file
18
inventory/host_vars/batcave02.rdu3.fedoraproject.org
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
datacenter: rdu3
|
||||
eth0_ipv4_gw: 10.16.163.254
|
||||
eth0_ipv4_ip: 10.16.163.112
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL10-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-10
|
||||
sar_output_file: koji.json
|
||||
#host_backup_targets: ['/git', '/mnt/fedora/app/attachments']
|
||||
|
||||
# GDPR SAR variables - koji
|
||||
sar_script: /usr/local/bin/koji_sar.py
|
||||
sar_script_user: root
|
||||
# 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
|
||||
vmhost: vmhost-x86-01.rdu3.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
- role: grobisplitter
|
||||
when: datacenter == 'rdu3'
|
||||
- { role: nfs/client, when: inventory_hostname.startswith('batcave'), mnt_dir: '/srv/web/pub', nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub' }
|
||||
- { role: nfs/client, when: inventory_hostname.startswith('batcave01'), mnt_dir: '/mnt/fedora/app', nfs_src_dir: 'fedora_app/app' }
|
||||
- { role: nfs/client, when: inventory_hostname.startswith('batcave'), mnt_dir: '/mnt/fedora/app', nfs_src_dir: 'fedora_app/app' }
|
||||
- { role: mirror_forge_ansible, tags: ['mirror_forge_ansible'] }
|
||||
- kickstarts
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue