From a1f7d964a8edf981ce020a77d227e6d1549141e0 Mon Sep 17 00:00:00 2001 From: Sven Velt Date: Tue, 9 Jul 2024 21:53:34 +0000 Subject: [PATCH] Add sample playbook --- lxc-rsyslog-no-kernel.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lxc-rsyslog-no-kernel.yml diff --git a/lxc-rsyslog-no-kernel.yml b/lxc-rsyslog-no-kernel.yml new file mode 100644 index 0000000..e4479a8 --- /dev/null +++ b/lxc-rsyslog-no-kernel.yml @@ -0,0 +1,4 @@ +- hosts: all + roles: + - role: lxc-rsyslog-no-kernel + when: ansible_virtualization_role|default('NA') == 'guest' and ansible_virtualization_type|default('NA') == 'lxc'