26 lines
397 B
Markdown
26 lines
397 B
Markdown
# lxc-rsyslog-no-kernel
|
|
|
|
No kernel logging in LXContainers
|
|
|
|
|
|
## Example playbook:
|
|
|
|
```
|
|
- hosts: all
|
|
roles:
|
|
- role: lxc-rsyslog-no-kernel
|
|
when: ansible_virtualization_role|default('NA') == 'guest' and ansible_virtualization_type|default('NA') == 'lxc'
|
|
```
|
|
|
|
|
|
## License
|
|
|
|
GPL-3.0-or-later
|
|
|
|
|
|
## Author Information
|
|
|
|
- Sven Velt <sven-ansiblerole@velt.biz>
|
|
- https://git.velt.biz/velt.biz/
|
|
|