monakhos/ansible/templates/openfortivpn/basic_vpn.conf

10 lines
296 B
Text
Raw Normal View History

2024-07-03 16:02:43 +00:00
### 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 }}