Allow toggle of host reboots and add defaults

This commit is contained in:
2020-06-30 01:16:46 -04:00
parent 57c5540c03
commit fd5ad39a76
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
# base
allow_reboot: false
manage_network: false
network_type: static
ip_inter: eth1
+2 -1
View File
@@ -1 +1,2 @@
network_type: static
manage_network: false
allow_reboot: true
+1
View File
@@ -3,3 +3,4 @@
msg: "Reboot initiated by Ansible"
connect_timeout: 5
listen: reboot_host
when: allow_reboot