Created
April 16, 2018 18:18
-
-
Save zeromancer/805571f47e1a3cb5a31dc0aa201f73dc to your computer and use it in GitHub Desktop.
streisand
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# Site specific Streisand configuration. | |
# | |
# This file is mutated by the playbooks/customize.yml tasks when a user chooses | |
# to customize which Streisand services are installed. | |
# The SSH private key that Ansible will use to connect to the Streisand node. | |
# The associated public key will be used if required when provisioning cloud | |
# nodes for the authorized_keys file. | |
streisand_ssh_private_key: "~/.ssh/id_rsa" | |
vpn_clients: 10 | |
streisand_openconnect_enabled: yes | |
streisand_openvpn_enabled: yes | |
streisand_shadowsocks_enabled: yes | |
streisand_ssh_forward_enabled: yes | |
# By default sshuttle is disabled because it creates a `sshuttle` user that has | |
# full shell privileges on the Streisand host | |
streisand_sshuttle_enabled: no | |
streisand_stunnel_enabled: yes | |
streisand_tinyproxy_enabled: yes | |
streisand_tor_enabled: false | |
streisand_wireguard_enabled: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment