Add sample playbook

This commit is contained in:
Sven Velt 2024-07-09 21:53:34 +00:00
parent e15c91e45d
commit a1f7d964a8

View file

@ -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'