From d2e968dacd1e81733b8ce191078c3408eeb9366a Mon Sep 17 00:00:00 2001 From: Wilmar Date: Fri, 3 Nov 2017 23:45:32 +0100 Subject: [PATCH] [skip ci] Updates readme and variables indenting --- README.md | 5 ----- defaults/main.yml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/README.md b/README.md index a8360c1..ffbc06a 100644 --- a/README.md +++ b/README.md @@ -31,25 +31,20 @@ nagios_download_dir: "{{ ansible_env.HOME }}/nagios" # The version of Nagios to be installed nagios_version: 4.3.4 - # The Nagios download url nagios_url: "https://github.com/NagiosEnterprises/nagioscore/archive/nagios-{{ nagios_version }}.tar.gz" - # The name of the untarred Nagios directory nagios_src: "nagioscore-nagios-{{ nagios_version }}" # The version of Nagios Plugins to be installed nagios_plugins_version: 2.2.1 - # The Nagios Plugins download url nagios_plugins_url: "https://github.com/nagios-plugins/nagios-plugins/archive/release-{{ nagios_plugins_version }}.tar.gz" - # The name of the untarred Nagios Plugins directory nagios_plugins_src: "nagios-plugins-release-{{ nagios_plugins_version }}" # The user which the Nagios daemon runs as nagios_monitoring_user: nagios - # The group which the Nagios daemon runs as nagios_monitoring_command_group: nagios ``` diff --git a/defaults/main.yml b/defaults/main.yml index 58536d1..5ac103c 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -9,24 +9,19 @@ nagios_download_dir: "{{ ansible_env.HOME }}/nagios" # The version of Nagios to be installed nagios_version: 4.3.4 - # The Nagios download url nagios_url: "https://github.com/NagiosEnterprises/nagioscore/archive/nagios-{{ nagios_version }}.tar.gz" - # The name of the untarred Nagios directory nagios_src: "nagioscore-nagios-{{ nagios_version }}" # The version of Nagios Plugins to be installed nagios_plugins_version: 2.2.1 - # The Nagios Plugins download url nagios_plugins_url: "https://github.com/nagios-plugins/nagios-plugins/archive/release-{{ nagios_plugins_version }}.tar.gz" - # The name of the untarred Nagios Plugins directory nagios_plugins_src: "nagios-plugins-release-{{ nagios_plugins_version }}" # The user which the Nagios daemon runs as nagios_monitoring_user: nagios - # The group which the Nagios daemon runs as nagios_monitoring_command_group: nagios