Add btrfsmaintenance and x2go configs
このコミットが含まれているのは:
@@ -3,6 +3,7 @@ services_system_enabled:
|
|||||||
- dnf-automatic.timer
|
- dnf-automatic.timer
|
||||||
- btrfs-balance.timer
|
- btrfs-balance.timer
|
||||||
- btrfs-scrub.timer
|
- btrfs-scrub.timer
|
||||||
|
- btrfs-trim.timer
|
||||||
- btrbk.timer
|
- btrbk.timer
|
||||||
- tailscaled
|
- tailscaled
|
||||||
|
|
||||||
@@ -12,3 +13,4 @@ services_user_enabled:
|
|||||||
services_system_disabled:
|
services_system_disabled:
|
||||||
- qemu-guest-agent
|
- qemu-guest-agent
|
||||||
- raid-check.timer
|
- raid-check.timer
|
||||||
|
- fstrim.timer
|
||||||
|
|||||||
@@ -19,44 +19,44 @@ dnf_add_repofiles:
|
|||||||
|
|
||||||
dnf_remove:
|
dnf_remove:
|
||||||
- abrt
|
- abrt
|
||||||
- rhythmbox
|
- anaconda-live
|
||||||
|
- gnome-initial-setup
|
||||||
- gnome-software
|
- gnome-software
|
||||||
- open-vm-tools-desktop
|
- open-vm-tools-desktop
|
||||||
- orca
|
- orca
|
||||||
- anaconda-live
|
- rhythmbox
|
||||||
- gnome-initial-setup
|
|
||||||
|
|
||||||
dnf_install:
|
dnf_install:
|
||||||
- rpmfusion-free-release
|
|
||||||
- zsh
|
|
||||||
- zsh-completions
|
|
||||||
- ShellCheck
|
|
||||||
- btrbk
|
- btrbk
|
||||||
|
- btrfs-assistant
|
||||||
- btrfsmaintenance
|
- btrfsmaintenance
|
||||||
- vim
|
|
||||||
- htop
|
|
||||||
- remmina
|
|
||||||
- calibre
|
- calibre
|
||||||
- pinta
|
- cargo
|
||||||
- toolbox
|
|
||||||
- code
|
- code
|
||||||
|
- dnf-automatic
|
||||||
|
- flatpak
|
||||||
|
- gettext
|
||||||
- gnome-tweaks
|
- gnome-tweaks
|
||||||
- wl-clipboard
|
- htop
|
||||||
- syncthing
|
- mediacenter35
|
||||||
|
- mullvad-vpn
|
||||||
|
- nautilus-python
|
||||||
|
- pinta
|
||||||
- profile-sync-daemon
|
- profile-sync-daemon
|
||||||
- python3-virtualenv
|
- python3-virtualenv
|
||||||
- python3-virtualenvwrapper
|
- python3-virtualenvwrapper
|
||||||
- nautilus-python
|
- remmina
|
||||||
- gettext
|
- rpmfusion-free-release
|
||||||
- setroubleshoot
|
- setroubleshoot
|
||||||
- cargo
|
- ShellCheck
|
||||||
- flatpak
|
|
||||||
- snapd
|
- snapd
|
||||||
|
- syncthing
|
||||||
- tailscale
|
- tailscale
|
||||||
- dnf5-plugin-automatic
|
- toolbox
|
||||||
- btrfs-assistant
|
- vim
|
||||||
- mullvad-vpn
|
- wl-clipboard
|
||||||
- mediacenter35
|
- zsh
|
||||||
|
- zsh-completions
|
||||||
|
|
||||||
# Cargo packages to install
|
# Cargo packages to install
|
||||||
cargo_packages:
|
cargo_packages:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
users_configure:
|
users:
|
||||||
- name: bryan
|
- name: bryan
|
||||||
shell: /usr/bin/zsh
|
shell: /usr/bin/zsh
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
name: "{{ item.name }}"
|
name: "{{ item.name }}"
|
||||||
shell: "{{ item.shell }}"
|
shell: "{{ item.shell }}"
|
||||||
loop: "{{ users_configure }}"
|
loop: "{{ users }}"
|
||||||
become: true
|
become: true
|
||||||
|
|||||||
新しいイシューから参照
ユーザーをブロックする