ansible: Portability fixes for reusing modules / Debian trixie
authorKienan Stewart <kstewart@efficios.com>
Tue, 5 Sep 2023 20:02:01 +0000 (16:02 -0400)
committerKienan Stewart <kstewart@efficios.com>
Wed, 6 Sep 2023 18:46:58 +0000 (14:46 -0400)
commitb67c1a0b9bcd985e4da5257752122fb10986bf09
tree73e43e825d29ad72aa1f0dbc4c581d3197735db2
parentc05bf06f03cb27a2fd02a4e89330f7d6309ec357
ansible: Portability fixes for reusing modules / Debian trixie

While configuring my workstation with ansible, I needed
to make some adjustments in order to re-use some of the
modules: either by needing to support Debian trixie, to
run the tasks out of the context of the lttng-ci inventory,
or to disable some unwanted configurations.

@see https://git.internal.efficios.com/kstewart/workstation-config

Signed-off-by: Kienan Stewart <kstewart@efficios.com>
Change-Id: I1edbe413176b519e4981369fb18b4b18cdf52f59
automation/ansible/roles/common-node/tasks/setup-Debian.yml
automation/ansible/roles/compilers/defaults/main.yml [new file with mode: 0644]
automation/ansible/roles/compilers/tasks/main.yml
automation/ansible/roles/compilers/tasks/setup-Debian.yml
automation/ansible/roles/compilers/vars/Debian-12.yml
automation/ansible/roles/compilers/vars/Debian-trixie.yml [new file with mode: 0644]
automation/ansible/roles/lttng-modules/defaults/main.yml [new file with mode: 0644]
automation/ansible/roles/lttng-modules/tasks/main.yml
This page took 0.023614 seconds and 4 git commands to generate.