58 lines
1.5 KiB
Plaintext
Executable File
58 lines
1.5 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: temp.com
|
|
|
|
# Primarily used in resources
|
|
proxy_server_hostname: temp
|
|
proxy_server_username: temp
|
|
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: temp
|
|
|
|
# VPN Server Public Key
|
|
vpn_server_pubkey: temp
|
|
|
|
# VPN Client Private Keys
|
|
mail_service_privkey: temp
|
|
git_service_privkey: temp
|
|
invidious_service_privkey: temp
|
|
searxng_service_privkey: temp
|
|
nextcloud_service_privkey: temp
|
|
matrix_service_privkey: temp
|
|
minecraft_service_privkey: temp
|
|
kimai_service_privkey: temp
|
|
technitium_service_privkey: temp
|
|
nagios_backend_privkey: temp
|
|
cockpit_backend_privkey: temp
|
|
user_privkey: temp
|
|
|
|
# VPN Client Public Keys
|
|
mail_service_pubkey: temp
|
|
git_service_pubkey: temp
|
|
invidious_service_pubkey: temp
|
|
searxng_service_pubkey: temp
|
|
nextcloud_service_pubkey: temp
|
|
matrix_service_pubkey: temp
|
|
minecraft_service_pubkey: temp
|
|
kimai_service_pubkey: temp
|
|
technitium_service_pubkey: temp
|
|
nagios_backend_pubkey: temp
|
|
cockpit_backend_pubkey: temp
|
|
user_pubkey: temp
|
|
|
|
# USB Encryption Key
|
|
usbkey_uuid: temp
|
|
usbkey_mountdir: /media/KeyUSB
|
|
usbkey_keysdir: /media/KeyUSB/Keys
|