mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 07:33:52 +02:00
This reverts commit 627b7d5d9b
.
This commit is contained in:
parent
627b7d5d9b
commit
d10a86b331
2 changed files with 1 additions and 7 deletions
2
algo
2
algo
|
@ -40,7 +40,7 @@ read -p "
|
||||||
Do you want to install a DNS resolver on this VPN server, to block ads while surfing?
|
Do you want to install a DNS resolver on this VPN server, to block ads while surfing?
|
||||||
[y/N]: " -r dns_enabled
|
[y/N]: " -r dns_enabled
|
||||||
dns_enabled=${dns_enabled:-n}
|
dns_enabled=${dns_enabled:-n}
|
||||||
if [[ "$dns_enabled" =~ ^(y|Y)$ ]]; then ROLES+=" dns"; fi
|
if [[ "$dns_enabled" =~ ^(y|Y)$ ]]; then ROLES+=" dns"; EXTRA_VARS+=" local_dns=Y"; fi
|
||||||
|
|
||||||
read -p "
|
read -p "
|
||||||
Do you want each user to have their own account for SSH tunneling?
|
Do you want each user to have their own account for SSH tunneling?
|
||||||
|
|
|
@ -35,9 +35,3 @@
|
||||||
- name: Define the commonName
|
- name: Define the commonName
|
||||||
set_fact:
|
set_fact:
|
||||||
IP_subject_alt_name: "{{ IP_subject_alt_name }}"
|
IP_subject_alt_name: "{{ IP_subject_alt_name }}"
|
||||||
|
|
||||||
- name: The DNS tag is defined
|
|
||||||
set_fact:
|
|
||||||
local_dns: Y
|
|
||||||
tags:
|
|
||||||
- dns
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue