Compare commits
No commits in common. "fc23453e5a6087256d13f35215ae970c2a067c9d" and "bc8dd6d2bde3dd87575f329a078651c0f48b40b5" have entirely different histories.
fc23453e5a
...
bc8dd6d2bd
@ -21,3 +21,9 @@
|
|||||||
- hosts: dsk-ryzen-1.ws.mgmt.desu.ltd
|
- hosts: dsk-ryzen-1.ws.mgmt.desu.ltd
|
||||||
roles:
|
roles:
|
||||||
- role: desktop
|
- role: desktop
|
||||||
|
- role: backup
|
||||||
|
vars:
|
||||||
|
backup_s3backup_tar_args_extra: h
|
||||||
|
backup_s3backup_list_extra:
|
||||||
|
- /home/salt/.backup/
|
||||||
|
tags: [ backup ]
|
@ -44,8 +44,10 @@
|
|||||||
- name: configure rpm-ostree packages
|
- name: configure rpm-ostree packages
|
||||||
community.general.rpm_ostree_pkg:
|
community.general.rpm_ostree_pkg:
|
||||||
name:
|
name:
|
||||||
|
- awscli
|
||||||
- htop
|
- htop
|
||||||
- ibm-plex-fonts-all
|
- ibm-plex-fonts-all
|
||||||
- ncdu
|
- ncdu
|
||||||
|
- screen
|
||||||
- vim
|
- vim
|
||||||
when: ansible_os_family == "RedHat" and ansible_pkg_mgr == "atomic_container"
|
when: ansible_os_family == "RedHat" and ansible_pkg_mgr == "atomic_container"
|
||||||
|
@ -153,31 +153,17 @@ desktop_flatpak_remotes:
|
|||||||
url: "https://dl.flathub.org/repo/flathub.flatpakrepo"
|
url: "https://dl.flathub.org/repo/flathub.flatpakrepo"
|
||||||
- name: flathub-beta
|
- name: flathub-beta
|
||||||
url: "https://flathub.org/beta-repo/flathub-beta.flatpakrepo"
|
url: "https://flathub.org/beta-repo/flathub-beta.flatpakrepo"
|
||||||
# - name: unmojang
|
|
||||||
# url: "https://unmojang.github.io/unmojang-flatpak/index.flatpakrepo"
|
|
||||||
desktop_flatpak_remotes_extra: []
|
desktop_flatpak_remotes_extra: []
|
||||||
|
|
||||||
desktop_flatpak_packages:
|
desktop_flatpak_packages:
|
||||||
- remote: flathub
|
- remote: flathub
|
||||||
packages:
|
packages:
|
||||||
- com.github.KRTirtho.Spotube
|
- com.discordapp.Discord
|
||||||
- com.github.Matoking.protontricks
|
- com.obsproject.Studio
|
||||||
- com.github.tchx84.Flatseal
|
|
||||||
- com.nextcloud.desktopclient.nextcloud
|
|
||||||
- com.valvesoftware.Steam
|
|
||||||
- dev.vencord.Vesktop
|
|
||||||
- im.riot.Riot
|
|
||||||
- io.freetubeapp.FreeTube
|
|
||||||
- io.kopia.KopiaUI
|
|
||||||
- io.mpv.Mpv
|
|
||||||
- net.minetest.Minetest
|
- net.minetest.Minetest
|
||||||
- org.DolphinEmu.dolphin-emu
|
- org.DolphinEmu.dolphin-emu
|
||||||
- org.gnucash.GnuCash
|
|
||||||
- org.mozilla.firefox
|
- org.mozilla.firefox
|
||||||
- org.mozilla.Thunderbird
|
- remote: flathub-beta
|
||||||
- org.openscad.OpenSCAD
|
packages:
|
||||||
- org.qbittorrent.qBittorrent
|
- net.lutris.Lutris
|
||||||
# - remote: unmojang
|
|
||||||
# packages:
|
|
||||||
# - org.unmojang.FjordLauncher
|
|
||||||
desktop_flatpak_packages_extra: []
|
desktop_flatpak_packages_extra: []
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
when: ansible_pkg_mgr == "apt"
|
when: ansible_pkg_mgr == "apt"
|
||||||
- name: configure pip3 packages
|
- name: configure pip3 packages
|
||||||
ansible.builtin.pip: executable=/usr/bin/pip3 state=latest name="{{ desktop_pip3_packages + desktop_pip3_packages_extra }}"
|
ansible.builtin.pip: executable=/usr/bin/pip3 state=latest name="{{ desktop_pip3_packages + desktop_pip3_packages_extra }}"
|
||||||
when: ansible_pkg_mgr == "apt"
|
when: ansible_os_family != "Gentoo"
|
||||||
- name: configure flatpak
|
- name: configure flatpak
|
||||||
block:
|
block:
|
||||||
- name: configure flatpak remotes
|
- name: configure flatpak remotes
|
||||||
|
Loading…
Reference in New Issue
Block a user