Allow toggle of host reboots and add defaults
This commit is contained in:
parent
57c5540c03
commit
fd5ad39a76
@ -1,4 +1,5 @@
|
|||||||
# base
|
# base
|
||||||
|
allow_reboot: false
|
||||||
manage_network: false
|
manage_network: false
|
||||||
network_type: static
|
network_type: static
|
||||||
ip_inter: eth1
|
ip_inter: eth1
|
||||||
|
@ -1 +1,2 @@
|
|||||||
network_type: static
|
manage_network: false
|
||||||
|
allow_reboot: true
|
||||||
|
@ -3,3 +3,4 @@
|
|||||||
msg: "Reboot initiated by Ansible"
|
msg: "Reboot initiated by Ansible"
|
||||||
connect_timeout: 5
|
connect_timeout: 5
|
||||||
listen: reboot_host
|
listen: reboot_host
|
||||||
|
when: allow_reboot
|
||||||
|
Loading…
Reference in New Issue
Block a user