SHA256
1
0

Add btrfsmaintenance and x2go configs

This commit is contained in:
2025-12-14 19:34:27 -05:00
parent 36cd3c748c
commit c89faaec74
4 changed files with 26 additions and 24 deletions

View File

@@ -3,6 +3,7 @@ services_system_enabled:
- dnf-automatic.timer
- btrfs-balance.timer
- btrfs-scrub.timer
- btrfs-trim.timer
- btrbk.timer
- tailscaled
@@ -12,3 +13,4 @@ services_user_enabled:
services_system_disabled:
- qemu-guest-agent
- raid-check.timer
- fstrim.timer

View File

@@ -19,44 +19,44 @@ dnf_add_repofiles:
dnf_remove:
- abrt
- rhythmbox
- anaconda-live
- gnome-initial-setup
- gnome-software
- open-vm-tools-desktop
- orca
- anaconda-live
- gnome-initial-setup
- rhythmbox
dnf_install:
- rpmfusion-free-release
- zsh
- zsh-completions
- ShellCheck
- btrbk
- btrfs-assistant
- btrfsmaintenance
- vim
- htop
- remmina
- calibre
- pinta
- toolbox
- cargo
- code
- dnf-automatic
- flatpak
- gettext
- gnome-tweaks
- wl-clipboard
- syncthing
- htop
- mediacenter35
- mullvad-vpn
- nautilus-python
- pinta
- profile-sync-daemon
- python3-virtualenv
- python3-virtualenvwrapper
- nautilus-python
- gettext
- remmina
- rpmfusion-free-release
- setroubleshoot
- cargo
- flatpak
- ShellCheck
- snapd
- syncthing
- tailscale
- dnf5-plugin-automatic
- btrfs-assistant
- mullvad-vpn
- mediacenter35
- toolbox
- vim
- wl-clipboard
- zsh
- zsh-completions
# Cargo packages to install
cargo_packages:

View File

@@ -1,4 +1,4 @@
---
users_configure:
users:
- name: bryan
shell: /usr/bin/zsh

View File

@@ -2,5 +2,5 @@
ansible.builtin.user:
name: "{{ item.name }}"
shell: "{{ item.shell }}"
loop: "{{ users_configure }}"
loop: "{{ users }}"
become: true