Robert Kaussow
626c156b74
All checks were successful
continuous-integration/drone/push Build is passing
16 lines
324 B
YAML
16 lines
324 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
vars:
|
|
kernel_coredump_enabled: False
|
|
kernel_ipv6_enabled: True
|
|
kernel_custom_config:
|
|
- file: 90-example
|
|
content:
|
|
- name: vm.panic_on_oom
|
|
value: 0
|
|
- name: vm.overcommit_memory
|
|
value: 1
|
|
roles:
|
|
- role: xoxys.kernel
|