mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 02:20:51 +08:00
nagios: update gateways for iad2/rdu3, they need to be one hop up from the actual external ip
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -24,7 +24,7 @@ define host {
|
||||
{% if vars['nagios_location'] == 'iad2_internal' %}
|
||||
address 10.3.163.254
|
||||
{% elif vars['nagios_location'] == 'external' %}
|
||||
address 38.145.60.3
|
||||
address 209.132.185.206
|
||||
parents ibiblio-gw
|
||||
{% endif %}
|
||||
|
||||
@@ -41,7 +41,7 @@ define host {
|
||||
{% if vars['nagios_location'] == 'rdu3_internal' %}
|
||||
address 10.16.163.254
|
||||
{% elif vars['nagios_location'] == 'external' %}
|
||||
address 38.145.32.3
|
||||
address 209.132.181.204
|
||||
parents ibiblio-gw
|
||||
{% endif %}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user