added attribute to reboot task to ignore errors; included variables file needed for VPN, i.e. DSNet, service configuration
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
harden: true
|
||||
vars_files:
|
||||
- vars/local_facts.yml # REQUIRED
|
||||
- vars/vim_settings.yml # REQUIRED
|
||||
- vars/vpn_server.yml # REQUIRED
|
||||
- vars/tail_net.yml
|
||||
- vars/crowdsec.yml
|
||||
- vars/users@{{ inventory_hostname | default('vps') }}.yml
|
||||
@@ -51,4 +51,5 @@
|
||||
ansible.builtin.reboot:
|
||||
msg: "Rebooting machine.."
|
||||
connect_timeout: 0
|
||||
test_command: ~
|
||||
test_command: ~
|
||||
ignore_errors: true
|
||||
Reference in New Issue
Block a user