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

This commit is contained in:
2026-06-19 19:21:09 -04:00
parent 2d6dcd3dab
commit aa8d61aa09

View File

@@ -7,6 +7,7 @@
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('homeserver') }}.yml
@@ -42,3 +43,4 @@
become: true
ansible.builtin.reboot:
msg: "Rebooting machine"
ignore_errors: true