Skip to content
Snippets Groups Projects
Commit 32920f18 authored by Chris Hines's avatar Chris Hines
Browse files

some fixes to the certificates to allow the role to be resued and removing a...

some fixes to the certificates to allow the role to be resued and removing a default value for the ldap domain
parent c9c4a1ce
No related branches found
No related tags found
No related merge requests found
---
x509_csr_args: "--server"
x509_cacert_file: "/etc/ssl/certs/ca.crt"
x509_key_file: "/etc/ssl/private/server.key"
x509_cert_file: "/etc/ssl/certs/server.crt"
x509_key_file: "/etc/openvpn/private/server.key"
x509_cert_file: "/etc/openvpn/certs/server.crt"
x509_common_name: "{{ ansible_fqdn }}_OpenVPN_Server"
dhparms_file: "/etc/ssl/private/dh.pem"
dhparms_file: "/etc/openvpn/private/dh.pem"
---
allow_duplicates: yes
dependencies:
- {role: easy-rsa-common }
---
ldapDomain: dc=imbl,dc=massive,dc=org,dc=au
ldapuser: ldap
ldapgroup: ldap
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment