Group/host variable refactor
This commit is contained in:
parent
eb308670cc
commit
4b8aaf3e95
78 changed files with 445 additions and 374 deletions
45
group_vars/all/main.yml
Normal file
45
group_vars/all/main.yml
Normal 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
|
||||
8
group_vars/personal/gpg.yml
Normal file
8
group_vars/personal/gpg.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
gpg_pub_key: '82C21552D732C65C1A4FB340037103F03CA5CBA1'
|
||||
gpg_passphrase: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
61383265343062663836623033343538333562636433383735383862306465316439376333373563
|
||||
6131336136653533323561633434633961393061623233640a366430396532326465326530356136
|
||||
36616636363134386333616137656333353439633832633731373834336239393337316366626462
|
||||
6164343331613663620a303363353064376630633939363831373339383961626137376361323438
|
||||
3463
|
||||
10
group_vars/personal/mpd.yml
Normal file
10
group_vars/personal/mpd.yml
Normal 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'
|
||||
39
group_vars/personal/system.yml
Normal file
39
group_vars/personal/system.yml
Normal 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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue