Client-Ansible-Setup/serversecrets.example

48 lines
1.2 KiB
Plaintext
Executable File

# Server secrets example, to be encrypted with ansible vault and called serversecrets.enc
admin_user_name: admin
# Ansible Configuration Directory - Where all the ansible playbooks are stored
ansibleconf_directory: ~/client-ansible-setup
# Services Directory - Where all service data and docker configuration will be deployed
services_directory: /services
domain_name: ***.com
# Primarily used in resources
proxy_server_hostname: ***
proxy_server_username: ***
proxy_server_ip: 127.0.0.1
proxy_server_ssh_port: 22
proxy_server_vpn_port: 51820
# VPN Config
# VPN Server Private Key
vpn_server_privkey: ***
# VPN Server Public Key
vpn_server_pubkey: ***
# VPN Client Private Keys
mail_service_privkey: ***
invidious_service_privkey: ***
searxng_service_privkey: ***
nextcloud_service_privkey: ***
chat_service_privkey: ***
minecraft_service_privkey: ***
user_privkey: ***
# VPN Client Public Keys
mail_service_pubkey: ***
invidious_service_pubkey: ***
searxng_service_pubkey: ***
nextcloud_service_pubkey: ***
chat_service_pubkey: ***
minecraft_service_pubkey: ***
user_pubkey: ***
# USB Encryption Key
usbkey_uuid: ***
usbkey_mountdir: /mnt
usbkey_keysdir: /mnt/keys