diff --git a/IPv6-status.md b/IPv6-status.md new file mode 100644 index 000000000..79eba32bc --- /dev/null +++ b/IPv6-status.md @@ -0,0 +1,7 @@ +# IPv6 Status + +IPv6 support has been tested on the following providers with successful results: + + - DigitalOcean + - Linode + - Vultr using localhost install diff --git a/global_vars/default-site.yml b/global_vars/default-site.yml index 00fb220f9..9de6de670 100644 --- a/global_vars/default-site.yml +++ b/global_vars/default-site.yml @@ -12,7 +12,7 @@ streisand_ssh_private_key: "~/.ssh/id_rsa" vpn_clients: 10 streisand_ad_blocking_enabled: no -streisand_ipv6_enabled: yes +streisand_ipv6_enabled: no streisand_openconnect_enabled: yes streisand_openvpn_enabled: yes diff --git a/global_vars/integration/test-site.yml b/global_vars/integration/test-site.yml index b384af60f..c5367c59f 100644 --- a/global_vars/integration/test-site.yml +++ b/global_vars/integration/test-site.yml @@ -10,7 +10,7 @@ streisand_admin_email_var: "" # Take a few extra steps during server provisioning to make the client tests work streisand_client_test: true -streisand_ipv6_enabled: yes +streisand_ipv6_enabled: no # Only services with corresponding tests are enabled. streisand_ad_blocking_enabled: yes diff --git a/global_vars/noninteractive/azure-site.yml b/global_vars/noninteractive/azure-site.yml index c591e0866..7f5bed138 100644 --- a/global_vars/noninteractive/azure-site.yml +++ b/global_vars/noninteractive/azure-site.yml @@ -14,7 +14,7 @@ streisand_ssh_private_key: "~/.ssh/id_rsa" vpn_clients: 10 -streisand_ipv6_enabled: yes +streisand_ipv6_enabled: no streisand_openconnect_enabled: yes streisand_openvpn_enabled: yes diff --git a/global_vars/noninteractive/google-site.yml b/global_vars/noninteractive/google-site.yml index b7777dbcc..ae766acd8 100644 --- a/global_vars/noninteractive/google-site.yml +++ b/global_vars/noninteractive/google-site.yml @@ -13,7 +13,7 @@ streisand_ssh_private_key: "~/.ssh/id_rsa" vpn_clients: 10 -streisand_ipv6_enabled: yes +streisand_ipv6_enabled: no streisand_openconnect_enabled: yes streisand_openvpn_enabled: yes diff --git a/playbooks/customize.yml b/playbooks/customize.yml index 7cd9df681..55d73b194 100644 --- a/playbooks/customize.yml +++ b/playbooks/customize.yml @@ -17,8 +17,8 @@ default: "no" private: no - name: streisand_ipv6_enabled - prompt: "Enable IPv6, if available? Press enter for default " - default: "yes" + prompt: "Enable IPv6, if available? Press enter for default (no)" + default: "no" private: no - name: streisand_openconnect_enabled prompt: "Enable OpenConnect? Press enter for default "