monakhos/ansible/templates/openfortivpn/basic_vpn.conf

9 lines
296 B
Text

### configuration file for openfortivpn, see man openfortivpn(1) ###
# File generated by monakhos, please change at the template source!
host = {{ item.p.host }}
port = {{ item.p.port }}
username = {{ item.p.username }}
password = {{ item.p.password }}
trusted-cert = {{ item.p.trusted_cert }}