Fix this a better way. Drop using the vpn for some backups and merge all back into main inventory
This commit is contained in:
parent
b6ac5167ed
commit
6ac139fc90
25 changed files with 15 additions and 20 deletions
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
# backup these directories
|
||||
host_backup_targets: ['/var/lib/copr/public_html/results']
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
host_backup_targets: ['/backups']
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
host_backup_targets: ['/backups']
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
host_backup_targets: ['/backups']
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
host_backup_targets: ['/srv']
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
host_backup_targets: ['/var/log']
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
host_backup_targets: ['/srv/web']
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
host_backup_targets: ['/srv']
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
host_backup_targets: ['/srv', '/var/lib/zodbot']
|
|
@ -6,4 +6,4 @@ TMPDIR=`mktemp -d /tmp/backups.XXXX`
|
|||
|
||||
cd $TMPDIR
|
||||
git clone https://infrastructure.fedoraproject.org/infra/ansible.git
|
||||
ansible-playbook -i ansible/backups/inventory ansible/playbooks/rdiff-backup.yml
|
||||
ansible-playbook -i ansible/inventory ansible/playbooks/rdiff-backup.yml
|
||||
|
|
|
@ -26,3 +26,5 @@ fedmsg_certs:
|
|||
# Copr vars
|
||||
|
||||
copr_hostbase: copr-be
|
||||
|
||||
host_backup_targets: ['/var/lib/copr/public_html/results']
|
||||
|
|
|
@ -26,3 +26,5 @@ fas_client_groups: sysadmin-dba,sysadmin-noc
|
|||
|
||||
# kernel SHMMAX value
|
||||
kernel_shmmax: 68719476736
|
||||
|
||||
host_backup_targets: ['/backups']
|
||||
|
|
|
@ -37,3 +37,5 @@ custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.125.59 --dport 5432 -j ACCEPT',
|
|||
#
|
||||
nrpe_procs_warn: 400
|
||||
nrpe_procs_crit: 500
|
||||
|
||||
host_backup_targets: ['/backups']
|
||||
|
|
|
@ -35,3 +35,5 @@ fas_client_groups: sysadmin-qa,sysadmin-noc
|
|||
|
||||
# kernel SHMMAX value
|
||||
kernel_shmmax: 68719476736
|
||||
|
||||
host_backup_targets: ['/backups']
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
freezes: false
|
||||
datacenter: internetx
|
||||
host_backup_targets: ['/srv']
|
||||
|
|
|
@ -20,3 +20,5 @@ mem_size: 16384
|
|||
num_cpus: 16
|
||||
|
||||
fas_client_groups: fi-apprentice,sysadmin-logs,sysadmin-noc
|
||||
|
||||
host_backup_targets: ['/var/log']
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
freezes: false
|
||||
datacenter: ibiblio
|
||||
host_backup_targets: ['/srv/web']
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
nm: 255.255.255.0
|
||||
eth1_ip: 10.5.127.67
|
||||
host_backup_targets: ['/srv']
|
||||
|
|
|
@ -8,3 +8,4 @@ volgroup: /dev/vg_virthost03
|
|||
eth0_ip: 10.5.126.49
|
||||
vmhost: virthost03.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
||||
host_backup_targets: ['/srv', '/var/lib/zodbot']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue