refactor: yml -> yaml
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
28
vars/group_vars/all/vars.yaml
Normal file
28
vars/group_vars/all/vars.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
#
|
||||
# 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 }}"
|
||||
Reference in New Issue
Block a user