Allow toggle of host reboots and add defaults

This commit is contained in:
Kris Lamoureux 2020-06-30 01:16:46 -04:00
parent 57c5540c03
commit fd5ad39a76
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925
3 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,5 @@
# base
allow_reboot: false
manage_network: false
network_type: static
ip_inter: eth1

View File

@ -1 +1,2 @@
network_type: static
manage_network: false
allow_reboot: true

View File

@ -3,3 +3,4 @@
msg: "Reboot initiated by Ansible"
connect_timeout: 5
listen: reboot_host
when: allow_reboot