File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 3030 - ansible_os_family == "RedHat"
3131 - ansible_distribution_major_version|int <= 7
3232 - have_epel.rc == 1
33+ - ansible_architecture == "x86_64"
34+
35+ - name : Install nrpe without epel(aarch64)
36+ package :
37+ name : " {{ item }}"
38+ state : present
39+ with_items :
40+ - https://mirrors.huaweicloud.com/epel/7/aarch64/Packages/n/nagios-common-4.4.3-1.el7.aarch64.rpm
41+ - https://mirrors.huaweicloud.com/epel/7/aarch64/Packages/n/nrpe-3.2.1-8.el7.aarch64.rpm
42+ - https://mirrors.huaweicloud.com/epel/7/aarch64/Packages/n/nagios-plugins-2.2.1-17.20190829gitfb792ff.el7.aarch64.rpm
43+ - https://mirrors.huaweicloud.com/epel/7/aarch64/Packages/n/nagios-plugins-load-2.2.1-17.20190829gitfb792ff.el7.aarch64.rpm
44+ when :
45+ - ansible_os_family == "RedHat"
46+ - ansible_distribution_major_version|int <= 7
47+ - have_epel.rc == 1
48+ - ansible_architecture == "aarch64"
3349
3450- name : Install nrpe package and dependencies (RHEL/CentOS)
3551 package :
You can’t perform that action at this time.
0 commit comments