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