From 0fbee3f86b0f92f55193556945b82d51cde6d5a7 Mon Sep 17 00:00:00 2001 From: Niklas Yann Wettengel Date: Sat, 18 Mar 2017 15:13:27 +0100 Subject: updated setup_fastd.yml added features: - configure_sysctl - install_openvpn --- host_vars/fastd | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'host_vars/fastd') diff --git a/host_vars/fastd b/host_vars/fastd index 7a10e7c..3bd2cbf 100644 --- a/host_vars/fastd +++ b/host_vars/fastd @@ -7,3 +7,13 @@ bat0_ipv6: '' bat0_ipv4: dhcp_start: dhcp_end: +mullvad_country: nl +mullvad_crt: | + -----BEGIN CERTIFICATE----- + ... + -----END CERTIFICATE----- +mullvad_key: | + -----BEGIN PRIVATE KEY----- + ... + -----END PRIVATE KEY----- + -- cgit v1.2.3-54-g00ecf