From e3a94451fcffd69fdfcf1e86159cfcb28546cbb7 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 19 May 2021 10:31:33 +0200 Subject: setup-bwlp.yml: include all new roles --- setup-bwlp.yml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/setup-bwlp.yml b/setup-bwlp.yml index d5cd680..cd07c02 100644 --- a/setup-bwlp.yml +++ b/setup-bwlp.yml @@ -1,6 +1,28 @@ --- - hosts: "all" gather_facts: yes + pre_tasks: + - name: Update packages already installed + apt: + update_cache: yes + upgrade: dist + tags: always roles: - - { role: "mltk-bwlp" } - - { role: "mltk-nvidia" } + - { role: desktop-common, tags: core } + - { role: desktop-xfce4, tags: core } + - { role: docker-ce, tags: core } + - { role: docker-nvidia, tags: core } + - { role: enable-sysrq, tags: core } + - { role: journald, tags: core } + - { role: libvirt, tags: core } + - { role: singularity, tags: core } + - { role: tools-base, tags: core } + - { role: desktop-kde-plasma, tags: extended } + - { role: desktop-i3, tags: extended } + - { role: desktop-ubuntu, tags: extended } + - { role: tools-extended, tags: extended } + - { role: mltk-bwlp, tags: core } + - { role: mltk-vmware, tags: core } + - { role: mltk-nvidia, tags: core } + - { role: cleanup-apt, tags: core } + - { role: cleanup-systemd, tags: core } \ No newline at end of file -- cgit v1.2.3-55-g7522