You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
algo/config.cfg

25 lines
486 B
INI

8 years ago
---
easyrsa_dir: /opt/easy-rsa-ipsec
easyrsa_ca_expire: 3650
easyrsa_cert_expire: 3650
easyrsa_p12_export_password: vpn
8 years ago
# if True re-init all existing certificates. Boolean
8 years ago
easyrsa_reinit_existent: False
8 years ago
# Domain or ip
# server_name: - this domain or ip that you will use in your VPN client
server_name: example.com
8 years ago
server_ip: "{{ ansible_ssh_host }}"
8 years ago
users:
- mr.smith
- mrs.smith
8 years ago
#
# auditd options
# email for auditd actions:
auditd_action_mail_acct: email@example.com
8 years ago