Group/host variable refactor

This commit is contained in:
Sonny Bakker 2025-03-15 00:05:30 +01:00
parent eb308670cc
commit 4b8aaf3e95
78 changed files with 445 additions and 374 deletions

45
group_vars/all/main.yml Normal file
View file

@ -0,0 +1,45 @@
ansible_become_method: community.general.run0
packages:
- firefox
- keepassxc
- gimp
- nftables
- okular
- postgresql
- plasma-meta
- wezterm
- tmux
- unrar
- vim
- git
- openssl
- kmail
- iproute2
- curl
- reflector
- pipewire
- pipewire-pulse
- pipewire-alsa
- merkuro
- kmail
- otf-monaspace-nerd
- systemd-ukify
- efibootmgr
- git-delta
- aspell-nl
- aspell-en
xdg_config_dir: '{{ ansible_env.HOME }}/.config'
xdg_script_dir: '{{ ansible_env.HOME }}/.local/bin'
modprobe_templates: []
mkinitcpio_templates: []
boot_configuration:
server_domain: fudiggity.nl
register_uefi_entries: false
wezterm_font_size: 12

View file

@ -0,0 +1,8 @@
gpg_pub_key: '82C21552D732C65C1A4FB340037103F03CA5CBA1'
gpg_passphrase: !vault |
$ANSIBLE_VAULT;1.1;AES256
61383265343062663836623033343538333562636433383735383862306465316439376333373563
6131336136653533323561633434633961393061623233640a366430396532326465326530356136
36616636363134386333616137656333353439633832633731373834336239393337316366626462
6164343331613663620a303363353064376630633939363831373339383961626137376361323438
3463

View file

@ -0,0 +1,10 @@
mpd_listen_address: '127.0.0.1'
mpd_listen_port: '6600'
mpd_remote_address: 'vpn.{{ server_domain }}'
mpd_remote_port: '21000'
mpd_remote_stream_port: '8000' # note that this is not used (yet)
mpd_configuration_dir: '{{ ansible_env.HOME }}/.config/mpd'
ncmpc_configuration_dir: '{{ ansible_env.HOME }}/.config/ncmpc'
ncmpcpp_configuration_dir: '{{ ansible_env.HOME }}/.config/ncmpcpp'

View file

@ -0,0 +1,39 @@
packages:
- keepassxc
- gimp
- nftables
- okular
- postgresql
- plasma-meta
- wezterm
- tmux
- unrar
- vim
- git
- openssl
- kmail
- iproute2
- curl
- reflector
- pipewire
- pipewire-pulse
- pipewire-alsa
- merkuro
- kmail
- otf-monaspace-nerd
- systemd-ukify
- efibootmgr
- git-delta
- aspell-nl
- aspell-en
# custom packages
- firefox
- mpv
- youtube-dl
- nfs-utils
- syncthing
- mpd
- wireguard-tools
vpn_config_dir: '/etc/wireguard'