From 68b455979f6fbecfe41b2fd4c83f3c7c39ccd9f9 Mon Sep 17 00:00:00 2001 From: clime Date: Mon, 8 Oct 2018 10:40:59 +0200 Subject: [PATCH] libravatar: switch ips for stg and prod according to dns records --- inventory/host_vars/libravatar-stg.fedorainfracloud.org | 2 +- inventory/host_vars/libravatar.fedorainfracloud.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/host_vars/libravatar-stg.fedorainfracloud.org b/inventory/host_vars/libravatar-stg.fedorainfracloud.org index 53d0ce55a0..18c7035f00 100644 --- a/inventory/host_vars/libravatar-stg.fedorainfracloud.org +++ b/inventory/host_vars/libravatar-stg.fedorainfracloud.org @@ -5,7 +5,7 @@ keypair: fedora-admin-20130801 security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default,all-icmp-persistent zone: nova hostbase: libravatar-stg- -public_ip: 209.132.184.139 +public_ip: 209.132.184.138 root_auth_users: clime description: libravatar staging server tcp_ports: ['22', '80', '443'] diff --git a/inventory/host_vars/libravatar.fedorainfracloud.org b/inventory/host_vars/libravatar.fedorainfracloud.org index c623b73097..e7b723f5db 100644 --- a/inventory/host_vars/libravatar.fedorainfracloud.org +++ b/inventory/host_vars/libravatar.fedorainfracloud.org @@ -5,7 +5,7 @@ keypair: fedora-admin-20130801 security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default,all-icmp-persistent zone: nova hostbase: libravatar- -public_ip: 209.132.184.138 +public_ip: 209.132.184.139 root_auth_users: clime description: libravatar production server tcp_ports: ['22', '80', '443']