32 lines
820 B
Plaintext
32 lines
820 B
Plaintext
# 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: ~/host-ansible-setup
|
|
|
|
# Services Directory - Where all service data and virtual machine 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
|
|
|
|
# USB Encryption Key
|
|
usbkey_uuid: ***
|
|
usbkey_mountdir: /mnt
|
|
usbkey_keysdir: /mnt/keys
|
|
|
|
# Frontend reverse proxy VPN key
|
|
vpn_server_pubkey: ***
|
|
|
|
# VPN Key to link reverse proxy and cockpit backend
|
|
cockpit_backend_privkey: ***
|
|
|
|
# Cockpit 2FA Key
|
|
cockpit_2fa_key: ***
|