Cleaning up to fit AniNIX/Uniglot hooks; catching up with testing
This commit is contained in:
@@ -31,6 +31,24 @@
|
||||
group: root
|
||||
mode: 0600
|
||||
|
||||
- name: suricata config files
|
||||
become: yes
|
||||
copy:
|
||||
src: suricata/
|
||||
dest: /etc/suricata/
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0600
|
||||
|
||||
- name: suricata config template
|
||||
become: yes
|
||||
template:
|
||||
src: suricata.yaml.j2
|
||||
dest: /etc/suricata/suricata.yaml
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0600
|
||||
|
||||
# Host IDS
|
||||
- name: Copy rkhunter service
|
||||
register: rkhunter_conf
|
||||
|
Reference in New Issue
Block a user