Skip to content

Commit

Permalink
#16 after rebuilding VPN, always rotate & publish user wireguard vpn …
Browse files Browse the repository at this point in the history
…entries #14
  • Loading branch information
chrisjsimpson committed Oct 25, 2024
1 parent 20bbd7e commit dbadd43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/vpn/playbooks/create-rebuild-vpn-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,8 @@
ansible.builtin.import_playbook: deploy-vpn-client.yml
vars:
vpn_servers: "{{ vpn_server_ipv4_address }}"

- name: Include add-vpn-user play to ensure all WIREGUARD_VPN_PSONO_SECRET_IDS are rotated
ansible.builtin.import_playbook: add-vpn-user.yml
vars:
vpn_servers: "{{ vpn_server_ipv4_address }}"

0 comments on commit dbadd43

Please sign in to comment.