algo/config.cfg

28 lines
435 B
INI
Raw Normal View History

2016-07-11 21:51:31 +00:00
---
easyrsa_dir: /opt/easy-rsa-ipsec
easyrsa_ca_expire: 3650
easyrsa_cert_expire: 3650
2016-07-21 19:38:23 +00:00
easyrsa_p12_export_password: vpn
2016-07-11 21:51:31 +00:00
2016-08-01 18:10:19 +00:00
# if True re-init all existing certificates.
easyrsa_reinit_existent: True
2016-07-11 21:51:31 +00:00
dns_servers:
- 8.8.8.8
2016-08-01 17:09:37 +00:00
- 8.8.4.4
2016-08-01 18:21:25 +00:00
vpn_network: 10.19.48.0/24
server_name: "{{ ansible_ssh_host }}"
2016-07-11 21:51:31 +00:00
users:
- mr.smith
- mrs.smith
2016-07-24 13:25:06 +00:00
#
# auditd options
# email for auditd actions:
2016-07-30 09:30:33 +00:00
auditd_action_mail_acct: email@example.com
2016-07-24 13:25:06 +00:00