change reloaded to restarted on handler
This commit is contained in:
parent
8e57251483
commit
4d807c6dc5
|
@ -22,6 +22,11 @@
|
||||||
name: base-config-debian-os
|
name: base-config-debian-os
|
||||||
tags: base-os_config
|
tags: base-os_config
|
||||||
|
|
||||||
|
- name: "[NAGIOS NRPE] Install and configure nagios nrpe"
|
||||||
|
import_role:
|
||||||
|
name: nagios-nrpe
|
||||||
|
tags: nagios-nrpe_config
|
||||||
|
|
||||||
- name: "[GUEST SIDE] Install guest side"
|
- name: "[GUEST SIDE] Install guest side"
|
||||||
import_role:
|
import_role:
|
||||||
name: server-type
|
name: server-type
|
||||||
|
@ -53,6 +58,7 @@ handlers:
|
||||||
- create-awx-user-and-config
|
- create-awx-user-and-config
|
||||||
- hardnening-config-root-user
|
- hardnening-config-root-user
|
||||||
- base-config-debian-os
|
- base-config-debian-os
|
||||||
|
- nagios-nrpe
|
||||||
- server-type
|
- server-type
|
||||||
- add-repos-vn
|
- add-repos-vn
|
||||||
- vim-options
|
- vim-options
|
||||||
|
|
Loading…
Reference in New Issue