Add sample playbook
This commit is contained in:
parent
e15c91e45d
commit
a1f7d964a8
4
lxc-rsyslog-no-kernel.yml
Normal file
4
lxc-rsyslog-no-kernel.yml
Normal 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'
|
Loading…
Reference in a new issue