role.lxc-rsyslog-no-kernel/README.md

26 lines
397 B
Markdown
Raw Permalink Normal View History

2022-03-29 10:21:55 +00:00
# lxc-rsyslog-no-kernel
2021-12-13 09:07:52 +00:00
2021-12-13 09:12:40 +00:00
No kernel logging in LXContainers
## Example playbook:
```
- hosts: all
roles:
2022-03-29 10:21:55 +00:00
- role: lxc-rsyslog-no-kernel
2021-12-13 09:12:40 +00:00
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/