added attribute to reboot task to ignore errors; included variables file needed for VPN, i.e. DSNet, service configuration

This commit is contained in:
2026-06-19 19:18:54 -04:00
parent 2c66c3bd43
commit 2d6dcd3dab

View File

@@ -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