libravatar: switch ips for stg and prod according to dns records
This commit is contained in:
parent
a857ec931e
commit
68b455979f
2 changed files with 2 additions and 2 deletions
|
@ -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']
|
||||
|
|
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue