You've already forked role-check-mk-agent
Use yum command direct
This commit is contained in:
@@ -11,10 +11,9 @@
|
|||||||
manager: "auto"
|
manager: "auto"
|
||||||
|
|
||||||
- name: Ensure check_mk_agent installed (again)
|
- name: Ensure check_mk_agent installed (again)
|
||||||
package:
|
command: /usr/bin/yum install --nogpgcheck -y /tmp/check-mk-agent.rpm
|
||||||
name: /tmp/check-mk-agent.rpm
|
args:
|
||||||
state: latest
|
warn: no
|
||||||
disable_gpg_check: true
|
|
||||||
notify:
|
notify:
|
||||||
- restart xinetd
|
- restart xinetd
|
||||||
- ensure firewall open
|
- ensure firewall open
|
||||||
|
|||||||
@@ -18,10 +18,9 @@
|
|||||||
dest: /tmp/check-mk-agent.rpm
|
dest: /tmp/check-mk-agent.rpm
|
||||||
|
|
||||||
- name: Ensure check_mk_agent installed
|
- name: Ensure check_mk_agent installed
|
||||||
package:
|
command: /usr/bin/yum install --nogpgcheck -y /tmp/check-mk-agent.rpm
|
||||||
name: /tmp/check-mk-agent.rpm
|
args:
|
||||||
state: latest
|
warn: no
|
||||||
disable_gpg_check: true
|
|
||||||
notify:
|
notify:
|
||||||
- restart xinetd
|
- restart xinetd
|
||||||
- cmk fresh install
|
- cmk fresh install
|
||||||
|
|||||||
Reference in New Issue
Block a user