diff options
Diffstat (limited to 'chaos-at-home/ch-equinox-t450s.yml')
-rw-r--r-- | chaos-at-home/ch-equinox-t450s.yml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/chaos-at-home/ch-equinox-t450s.yml b/chaos-at-home/ch-equinox-t450s.yml index 9022f337..6f370e5f 100644 --- a/chaos-at-home/ch-equinox-t450s.yml +++ b/chaos-at-home/ch-equinox-t450s.yml @@ -7,6 +7,10 @@ - role: core/sshd/base - role: core/zsh - role: core/cpu-microcode + +- name: Payload Setup + hosts: ch-equinox-t450s + roles: - role: apt-repo/backports - role: apt-repo/spreadspace - role: apt-repo/ansible @@ -16,7 +20,6 @@ - role: apt-repo/riot - role: apt-repo/brave - role: apt-repo/nordvpn - - role: apt-repo/freecad - role: apt-repo/kicad6 - role: storage/zfs/pools - role: storage/zfs/sanoid @@ -70,12 +73,6 @@ echo "Touchpad not found..." fi - - name: mask virtualbox web service unit - systemd: - name: vboxweb.service - masked: true - state: stopped - - name: add flathub to systemd-wide flatpak remotes community.general.flatpak_remote: name: flathub |