File tree 4 files changed +20
-6
lines changed
4 files changed +20
-6
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ bugfixes :
3
+ - " fixed libboost_regex1_54_0 missing for Suse 12. thanks @dh-roland"
Original file line number Diff line number Diff line change 9
9
name : icinga2-selinux
10
10
state : present
11
11
when : ansible_selinux is defined and ansible_selinux.status == "enabled"
12
-
13
- - name : Zypper - install dep
14
- community.general.zypper :
15
- name : libboost_regex1_66_0
16
- state : present
Original file line number Diff line number Diff line change
1
+ ---
2
+ icinga2_packages : ["icinga2","libboost_regex1_54_0"]
3
+ icinga2_user : icinga
4
+ icinga2_group : icinga
5
+ icinga2_config_path : /etc/icinga2
6
+ icinga2_log_path : /var/log/icinga2
7
+ icinga2_ca_path : /var/lib/icinga2/ca
8
+ icinga2_cert_path : /var/lib/icinga2/certs
9
+ icinga2_fragments_path : /var/tmp/icinga
10
+ icinga2_default_constants :
11
+ PluginDir : /usr/lib/nagios/plugins/
12
+ ManubulonPluginDir : /usr/lib/nagios/plugins/
13
+ PluginContribDir : /usr/lib/nagios/plugins/
14
+ NodeName : " {{ ansible_fqdn }}"
15
+ ZoneName : NodeName
16
+ TicketSalt : ' '
Original file line number Diff line number Diff line change 1
1
---
2
- icinga2_packages : ["icinga2"]
2
+ icinga2_packages : ["icinga2","libboost_regex1_66_0" ]
3
3
icinga2_user : icinga
4
4
icinga2_group : icinga
5
5
icinga2_config_path : /etc/icinga2
You can’t perform that action at this time.
0 commit comments