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
|
||||
Loading…
Add table
Add a link
Reference in a new issue