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
|
harden: true
|
||||||
vars_files:
|
vars_files:
|
||||||
- vars/local_facts.yml # REQUIRED
|
- vars/local_facts.yml # REQUIRED
|
||||||
- vars/vim_settings.yml # REQUIRED
|
- vars/vpn_server.yml # REQUIRED
|
||||||
- vars/tail_net.yml
|
- vars/tail_net.yml
|
||||||
- vars/crowdsec.yml
|
- vars/crowdsec.yml
|
||||||
- vars/users@{{ inventory_hostname | default('vps') }}.yml
|
- vars/users@{{ inventory_hostname | default('vps') }}.yml
|
||||||
@@ -52,3 +52,4 @@
|
|||||||
msg: "Rebooting machine.."
|
msg: "Rebooting machine.."
|
||||||
connect_timeout: 0
|
connect_timeout: 0
|
||||||
test_command: ~
|
test_command: ~
|
||||||
|
ignore_errors: true
|
||||||
Reference in New Issue
Block a user