35 lines
664 B
YAML
35 lines
664 B
YAML
---
|
|
ariane_git: True
|
|
ariane_sysctl: True
|
|
|
|
ariane_sysctls:
|
|
#- key: net.ipv6.conf.all.disable_ipv6
|
|
# val: 1
|
|
- key: net.ipv4.conf.default.rp_filter
|
|
val: 1
|
|
- key: net.ipv4.conf.all.rp_filter
|
|
val: 1
|
|
|
|
- key: net.ipv4.conf.all.accept_redirects
|
|
val: 0
|
|
- key: net.ipv4.conf.default.accept_redirects
|
|
val: 0
|
|
- key: net.ipv6.conf.all.accept_redirects
|
|
val: 0
|
|
- key: net.ipv6.conf.default.accept_redirects
|
|
val: 0
|
|
|
|
- key: net.ipv4.conf.all.send_redirects
|
|
val: 0
|
|
|
|
- key: net.ipv4.conf.default.accept_source_route
|
|
val: 0
|
|
|
|
ariane_logrotate: True
|
|
ariane_iptables: True
|
|
ariane_zfs: True
|
|
ariane_lxc: True
|
|
ariane_lxc_void: True
|
|
ariane_snapper: True
|
|
ariane_smartd: True
|