libravatar: switch ips for stg and prod according to dns records

This commit is contained in:
clime 2018-10-08 10:40:59 +02:00
parent a857ec931e
commit 68b455979f
2 changed files with 2 additions and 2 deletions

View file

@ -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']

View file

@ -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']