Skip to content

Commit

Permalink
[skip ci] Updates readme and variables indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
wilmardo committed Nov 3, 2017
1 parent 7569700 commit d2e968d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
5 changes: 0 additions & 5 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d2e968d

Please sign in to comment.