29 lines
639 B
YAML
29 lines
639 B
YAML
#
|
|
# Essential
|
|
#
|
|
|
|
root: "root"
|
|
user: "tudattr"
|
|
timezone: "Europe/Berlin"
|
|
puid: "1000"
|
|
pgid: "1000"
|
|
pk_path: "/media/veracrypt1/genesis"
|
|
pubkey: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKqc9fnzfCz8fQDFzla+D8PBhvaMmFu2aF+TYkkZRxl9 tuan@genesis-2022-01-20"
|
|
|
|
public_domain: "tudattr.dev"
|
|
internal_domain: "seyshiro.de"
|
|
|
|
nfs_server: 192.168.20.12
|
|
|
|
#
|
|
# Packages
|
|
#
|
|
|
|
arch: "{{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64' }}"
|
|
|
|
netcup_api_key: "{{ vault_netcup.api_key }}"
|
|
netcup_api_password: "{{ vault_netcup.api_password }}"
|
|
netcup_customer_id: "{{ vault_netcup.customer_id }}"
|
|
|
|
cloudflare_api_token: "{{ vault_cloudflare.api_token }}"
|