mirror of
https://github.com/trailofbits/algo
synced 2024-11-04 06:00:21 +00:00
33 lines
799 B
INI
33 lines
799 B
INI
---
|
|
|
|
easyrsa_dir: /opt/easy-rsa-ipsec
|
|
easyrsa_ca_expire: 3650
|
|
easyrsa_cert_expire: 3650
|
|
|
|
# If True re-init all existing certificates. (True or False)
|
|
easyrsa_reinit_existent: False
|
|
|
|
vpn_network: 10.19.48.0/24
|
|
vpn_network_ipv6: 'fd9d:bc11:4021:69ce::/64'
|
|
server_name: "{{ ansible_ssh_host }}"
|
|
IP_subject_alt_name: "{{ ansible_ssh_host }}"
|
|
|
|
# Enable this variable if you want to use a local DNS resolver to block ads while surfing. (True or False)
|
|
service_dns: True
|
|
|
|
# If you don't want to use a local DNS resolver (option `service_dns`) you need to define DNS servers in this list.
|
|
dns_servers:
|
|
- 8.8.8.8
|
|
- 8.8.4.4
|
|
- 2001:4860:4860::8888
|
|
- 2001:4860:4860::8844
|
|
|
|
users:
|
|
- mr.smith
|
|
- mrs.smith
|
|
|
|
#
|
|
# auditd options
|
|
# email for auditd actions:
|
|
auditd_action_mail_acct: email@example.com
|