|
| 1 | +--- |
| 2 | +# Example site specific configuration for a noninteractive Scaleway |
| 3 | +# deployment. |
| 4 | +# |
| 5 | +# Copy this and edit it as needed before running streisand-new-cloud-server. |
| 6 | +# |
| 7 | + |
| 8 | +streisand_noninteractive: true |
| 9 | +confirmation: true |
| 10 | + |
| 11 | +# The SSH private key that Ansible will use to connect to the Streisand node. |
| 12 | +# |
| 13 | +# The corresponding public key must be added to the Scaleway console |
| 14 | +# and the name given to it referenced below in the scaleway_ssh_name variable. |
| 15 | +# The corresponding public key must be uploaded to Scaleway and the name |
| 16 | +# given to it referenced below in the scaleway_ssh_name variable. |
| 17 | +streisand_ssh_private_key: "~/.ssh/id_rsa" |
| 18 | + |
| 19 | +vpn_clients: 5 |
| 20 | + |
| 21 | +streisand_openconnect_enabled: yes |
| 22 | +streisand_openvpn_enabled: yes |
| 23 | +streisand_shadowsocks_enabled: yes |
| 24 | +streisand_ssh_forward_enabled: yes |
| 25 | +# By default sshuttle is disabled because it creates a `sshuttle` user that has |
| 26 | +# full shell privileges on the Streisand host |
| 27 | +streisand_sshuttle_enabled: no |
| 28 | +streisand_stunnel_enabled: yes |
| 29 | +streisand_tinyproxy_enabled: yes |
| 30 | +streisand_tor_enabled: no |
| 31 | +streisand_wireguard_enabled: yes |
| 32 | + |
| 33 | +# Scaleway region. |
| 34 | +# |
| 35 | +# - fr-par1 (Paris) |
| 36 | +# - nl-ams1 (Amsterdam) |
| 37 | +# |
| 38 | +scaleway_region: "nl-ams1" |
| 39 | + |
| 40 | +scaleway_server_name: streisand |
| 41 | + |
| 42 | +# Add the Scaleway token here. |
| 43 | +scaleway_token: "" |
| 44 | + |
| 45 | +# Definitions needed for Let's Encrypt HTTPS (or TLS) certificate setup. |
| 46 | +# |
| 47 | +# If these are both left as empty strings, Let's Encrypt will not be set up and |
| 48 | +# a self-signed certificate will be used instead. |
| 49 | +# |
| 50 | +# The domain to use for Let's Encrypt certificate. |
| 51 | +streisand_domain_var: "" |
| 52 | +# The admin email address for Let's Encrypt certificate registration. |
| 53 | +streisand_admin_email_var: "" |
0 commit comments