Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ansible-playbooks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
github-mirror
ansible-playbooks
Commits
cfbee6d7
Unverified
Commit
cfbee6d7
authored
Apr 05, 2018
by
aflatto
Committed by
GitHub
Apr 05, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add nrpe plugin default installation (#82)
parent
23bba788
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
1 deletion
+15
-1
icinga2-ansible-no-ui/defaults/main.yml
icinga2-ansible-no-ui/defaults/main.yml
+2
-0
icinga2-ansible-web2-ui/defaults/main.yml
icinga2-ansible-web2-ui/defaults/main.yml
+2
-1
icinga2-ansible-web2-ui/tasks/icinga2_web2_ui_RedHat_install.yml
...-ansible-web2-ui/tasks/icinga2_web2_ui_RedHat_install.yml
+10
-0
icinga2-nrpe-agent/defaults/main.yml
icinga2-nrpe-agent/defaults/main.yml
+1
-0
No files found.
icinga2-ansible-no-ui/defaults/main.yml
View file @
cfbee6d7
...
...
@@ -13,6 +13,7 @@ icinga2_pkg:
-
icinga2
-
nagios-plugins
-
bsd-mailx
-
nagios-nrpe-plugin
icinga2_use_public_yum_repo
:
True
icinga2_url_yum
:
"
https://packages.icinga.org/epel/ICINGA-release.repo"
...
...
@@ -24,6 +25,7 @@ icinga2_yum:
-
icinga2-selinux
-
nagios-plugins-all
-
mailx
-
nagios-plugins-nrpe
icinga2_main_conf
:
"
/etc/icinga2/icinga2.conf"
icinga2_conf_d
:
"
/etc/icinga2/conf.d"
icinga2-ansible-web2-ui/defaults/main.yml
View file @
cfbee6d7
...
...
@@ -21,7 +21,8 @@ icinga2_web2_ui_rpm:
-
icingaweb2
-
icingacli
-
git
-
php-yaml
icinga2_web2_ui_deb
:
-
icingaweb2
-
git
icinga2-ansible-web2-ui/tasks/icinga2_web2_ui_RedHat_install.yml
View file @
cfbee6d7
...
...
@@ -91,6 +91,16 @@
-
icinga2_ido_postgres_configuration is defined
-
ansible_distribution_major_version == "6"
-
name
:
Find out timezone
slurp
:
src
:
/etc/localtime
register
:
etc_localtime
-
name
:
Timezone in php.ini
lineinfile
:
path
:
/etc/opt/rh/rh-php71/php.ini
regexp
:
'
^;?date.timezone
='
line
:
'
date.timezone
=
"{{
etc_localtime["content"]
|
b64decode
|
regex_replace("\n")
}}"'
-
name
:
Install Icinga Web2 on RedHat OS family
yum
:
...
...
icinga2-nrpe-agent/defaults/main.yml
View file @
cfbee6d7
...
...
@@ -4,6 +4,7 @@
nrpe_agent_RedHat
:
-
nrpe
-
nagios-plugins-all
-
nrpe-selinux
nrpe_agent_Debian
:
-
nagios-nrpe-server
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment