Add logrotate,iptables,snapper and smartd
This commit is contained in:
@@ -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']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user