Add btrfsmaintenance and x2go configs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
---
|
||||
users_configure:
|
||||
users:
|
||||
- name: bryan
|
||||
shell: /usr/bin/zsh
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
ansible.builtin.user:
|
||||
name: "{{ item.name }}"
|
||||
shell: "{{ item.shell }}"
|
||||
loop: "{{ users_configure }}"
|
||||
loop: "{{ users }}"
|
||||
become: true
|
||||
|
||||
Reference in New Issue
Block a user