mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
Help the user test their VPN was setup correctly #7
This commit is contained in:
parent
3545460b2b
commit
ad1274c7cd
2 changed files with 18 additions and 0 deletions
16
common.yml
16
common.yml
|
@ -81,6 +81,22 @@
|
||||||
|
|
||||||
- name: Periodic upgrades configured
|
- name: Periodic upgrades configured
|
||||||
template: src=10periodic.j2 dest=/etc/apt/apt.conf.d/10periodic owner=root group=root mode=644
|
template: src=10periodic.j2 dest=/etc/apt/apt.conf.d/10periodic owner=root group=root mode=644
|
||||||
|
|
||||||
|
- hosts: 127.0.0.1
|
||||||
|
gather_facts: false
|
||||||
|
vars_files:
|
||||||
|
- config.cfg
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
- debug:
|
||||||
|
msg:
|
||||||
|
- "#----------------------------------------------------------------------#"
|
||||||
|
- "# Congratulations! #"
|
||||||
|
- "# Your IPsec server is running. #"
|
||||||
|
- "# Config files and X.509 certificates in the directory: ./configs/ #"
|
||||||
|
- "# After connect go to https://www.dnsleaktest.com/ #"
|
||||||
|
- "# and ensure that all your traffic pass through the VPN. #"
|
||||||
|
- "#----------------------------------------------------------------------#"
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- name: restart auditd
|
- name: restart auditd
|
||||||
|
|
|
@ -3,4 +3,6 @@
|
||||||
- include: cloud.yml
|
- include: cloud.yml
|
||||||
- include: common.yml
|
- include: common.yml
|
||||||
- include: security.yml
|
- include: security.yml
|
||||||
|
- include: features.yml
|
||||||
- include: vpn.yml
|
- include: vpn.yml
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue