Add logrotate,iptables,snapper and smartd

This commit is contained in:
Daniel A. Maierhofer
2018-07-13 14:19:06 +02:00
parent 1a0adb219d
commit f58be4106c
10 changed files with 103 additions and 2 deletions

View File

@@ -56,3 +56,20 @@
- import_tasks: sysctl.yml
when: common_sysctl
tags: ['common', 'sysctl']
- import_tasks: logrotate.yml
when: common_logrotate
tags: ['common', 'logrotate']
- import_tasks: iptables.yml
when: common_iptables
tags: ['common', 'iptables']
- import_tasks: snapper.yml
when: common_snapper
tags: ['common', 'snapper']
- import_tasks: smartd.yml
when: common_smartd
tags: ['common', 'smartd']