36 lines
565 B
YAML
36 lines
565 B
YAML
#
|
|
# Essential
|
|
#
|
|
|
|
user: tudattr
|
|
timezone: Europe/Berlin
|
|
puid: "1000"
|
|
pgid: "1000"
|
|
pk_path: "/mnt/veracrypt1/genesis"
|
|
pubkey: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKqc9fnzfCz8fQDFzla+D8PBhvaMmFu2aF+TYkkZRxl9 tuan@genesis-2022-01-20"
|
|
|
|
public_domain: tudattr.dev
|
|
internal_domain: seyshiro.de
|
|
|
|
#
|
|
# Packages
|
|
#
|
|
|
|
common_packages:
|
|
- build-essential
|
|
- curl
|
|
- git
|
|
- iperf3
|
|
- neovim
|
|
- rsync
|
|
- smartmontools
|
|
- sudo
|
|
- systemd-timesyncd
|
|
- tree
|
|
- screen
|
|
- bat
|
|
- fd-find
|
|
- ripgrep
|
|
|
|
arch: "{{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64' }}"
|