mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-25 06:53:00 +02:00
20 lines
915 B
YAML
20 lines
915 B
YAML
- name: restart strongswan
|
|
service: name=strongswan state=restarted daemon_reload=yes
|
|
|
|
- name: daemon-reload
|
|
shell: systemctl daemon-reload
|
|
|
|
- name: restart apparmor
|
|
service: name=apparmor state=restarted
|
|
|
|
- name: congrats
|
|
debug:
|
|
msg:
|
|
- "#----------------------------------------------------------------------#"
|
|
- "# Congratulations! #"
|
|
- "# Your Algo server is running. #"
|
|
- "# Config files and certificates are in the ./configs/ directory. #"
|
|
- "# Go to https://www.dnsleaktest.com/ after connecting #"
|
|
- "# and ensure that all your traffic passes through the VPN. #"
|
|
- "# Local DNS resolver and Proxy IP address: {{ local_service_ip }}"
|
|
- "#----------------------------------------------------------------------#"
|