From d88f4856106e6853c3cde4e04b59ba8ccc827b44 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 19 Nov 2021 00:30:42 +0100 Subject: install brave-browser and flatpak on ch-equinox-t450s as well --- chaos-at-home/ch-equinox-t450s.yml | 7 +++++++ inventory/host_vars/ch-equinox-t450s.yml | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/chaos-at-home/ch-equinox-t450s.yml b/chaos-at-home/ch-equinox-t450s.yml index dc8585ad..c845e0ac 100644 --- a/chaos-at-home/ch-equinox-t450s.yml +++ b/chaos-at-home/ch-equinox-t450s.yml @@ -14,6 +14,7 @@ - role: apt-repo/kubic-project - role: apt-repo/kubernetes - role: apt-repo/riot + - role: apt-repo/brave - role: apt-repo/nordvpn - role: storage/zfs/pools - role: storage/zfs/sanoid @@ -72,3 +73,9 @@ name: vboxweb.service masked: true state: stopped + + - name: add flathub to systemd-wide flatpak remotes + community.general.flatpak_remote: + name: flathub + flatpakrepo_url: https://flathub.org/repo/flathub.flatpakrepo + state: present diff --git a/inventory/host_vars/ch-equinox-t450s.yml b/inventory/host_vars/ch-equinox-t450s.yml index 125d7ead..ed0bea93 100644 --- a/inventory/host_vars/ch-equinox-t450s.yml +++ b/inventory/host_vars/ch-equinox-t450s.yml @@ -110,6 +110,7 @@ ws_base_extra_packages: - etherwake - filezilla - flac + - flatpak - fldigi - flex - freecad @@ -245,6 +246,7 @@ ws_base_extra_packages: - wireshark - x264 - xclip + - xdg-desktop-portal-gtk - xfce4-goodies - xorriso - xul-ext-lightning @@ -266,6 +268,8 @@ ws_base_extra_packages: - kubectl # needs apt-repo/riot - element-desktop + # needs apt-repo/brave + - brave-browser # needs apt-repo/nordvpn - nordvpn -- cgit v1.2.3