added attribute to reboot task to ignore errors; included variables file for configuring VPN, i.e. DSNet, service configuration
This commit is contained in:
@@ -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
|
||||
@@ -41,4 +42,5 @@
|
||||
- name: Rebooting machine for hostname change
|
||||
become: true
|
||||
ansible.builtin.reboot:
|
||||
msg: "Rebooting machine"
|
||||
msg: "Rebooting machine"
|
||||
ignore_errors: true
|
||||
Reference in New Issue
Block a user