diff options
author | Ricky Elrod <codeblock@fedoraproject.org> | 2017-09-15 21:53:36 +0000 |
---|---|---|
committer | Ricky Elrod <codeblock@fedoraproject.org> | 2017-09-15 21:53:36 +0000 |
commit | c1ceb7da8be6f83e0fae4647ff1fa4776d25b2e8 (patch) | |
tree | 4f2ee61fd427ce01bf733038d39c40bd6e13d316 | |
parent | d20271d809046ca49ddd1a1646ab9072a40bd025 (diff) | |
download | ansible-c1ceb7da8be6f83e0fae4647ff1fa4776d25b2e8.tar.gz ansible-c1ceb7da8be6f83e0fae4647ff1fa4776d25b2e8.tar.xz ansible-c1ceb7da8be6f83e0fae4647ff1fa4776d25b2e8.zip |
try this
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
-rw-r--r-- | inventory/group_vars/os-control-stg | 3 | ||||
-rw-r--r-- | inventory/group_vars/os-masters-stg | 4 | ||||
-rw-r--r-- | inventory/group_vars/os-nodes-stg | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/inventory/group_vars/os-control-stg b/inventory/group_vars/os-control-stg index 0b50f8cf0..63a4f230c 100644 --- a/inventory/group_vars/os-control-stg +++ b/inventory/group_vars/os-control-stg @@ -2,6 +2,3 @@ os_url: os.stg.fedoraproject.org os_app_url: app.os.stg.fedoraproject.org - -nagios_Check_Services: - swap: false diff --git a/inventory/group_vars/os-masters-stg b/inventory/group_vars/os-masters-stg index 63a4f230c..3b850a08b 100644 --- a/inventory/group_vars/os-masters-stg +++ b/inventory/group_vars/os-masters-stg @@ -2,3 +2,7 @@ os_url: os.stg.fedoraproject.org os_app_url: app.os.stg.fedoraproject.org + +nagios_Check_Services: + swap: false + nrpe: false diff --git a/inventory/group_vars/os-nodes-stg b/inventory/group_vars/os-nodes-stg index c2d04201b..3b850a08b 100644 --- a/inventory/group_vars/os-nodes-stg +++ b/inventory/group_vars/os-nodes-stg @@ -2,5 +2,7 @@ os_url: os.stg.fedoraproject.org os_app_url: app.os.stg.fedoraproject.org + nagios_Check_Services: swap: false + nrpe: false |