Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
- default to disabling IPv6
Browse files Browse the repository at this point in the history
- add IPv6 status
  • Loading branch information
alimakki committed Sep 19, 2019
1 parent 088b400 commit af78894
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions IPv6-status.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# IPv6 Status

IPv6 support has been tested on the following providers with successful results:

- DigitalOcean
- Linode
- Vultr using localhost install
2 changes: 1 addition & 1 deletion global_vars/default-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion global_vars/integration/test-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion global_vars/noninteractive/azure-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion global_vars/noninteractive/google-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions playbooks/customize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit af78894

Please sign in to comment.