Files
fedora-infra_ansible/roles/openshift-apps/openvpn/templates/client.conf
Francois Andrieu 7e084f5140 ocp4: setup VPN on worker nodes
Deploy openvpn client on each node with a router.
OpenVPN certs needs to be available for each node in
/srv/private/ansible/files/vpn/pki/issued/$hostname.{crt,key}
2022-06-09 20:13:59 +00:00

26 lines
254 B
Plaintext

client
dev tun
proto udp
# Specify multiple vpn servers here
remote gateway
remote bastion02
remote bastion-iad01
resolv-retry infinite
nobind
persist-key
persist-tun
ca ssl/ca.crt
cert ssl/client.crt
key ssl/client.key
comp-lzo
keepalive 10 60