From 7df03c79e3313acf083fca8e9ba194205b00eef0 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 8 Mar 2016 15:28:42 +0000 Subject: Fix backups These have been failing due to the public IP of the backup machine having temporarily changed. Change-Id: Ifa82dce630d36a61b5e0b6d866bff5c01f227e21 --- baserock_frontend/instance-backup-config.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/baserock_frontend/instance-backup-config.yml b/baserock_frontend/instance-backup-config.yml index 8f7ca550..e17cf586 100644 --- a/baserock_frontend/instance-backup-config.yml +++ b/baserock_frontend/instance-backup-config.yml @@ -9,8 +9,14 @@ sudo: yes vars: # The 'backup' key cannot be used to SSH into the 'frontend' machine except - # from this IP. - PERMITTED_BACKUP_HOSTS: 82.70.136.246/32 + # from these IPs. + # + # 82.70.136.246 is Codethink's Zen Internet line. + # 86.134.108.84 is a BT Internet IP currently in use by Codethink. + # + # The backup SSH private key is the main secret needed to connect as the + # backup user. This IP restriction is just for a bit of extra safety. + PERMITTED_BACKUP_HOSTS: 82.70.136.246/32,86.134.108.84/32 tasks: - name: backup user user: -- cgit v1.2.1