Skip to content
Snippets Groups Projects
Commit 42491222 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Linting [skip-ci]

parent c1cfffe1
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
dest: /etc/fail2ban/{{ item }}
owner: root
group: root
mode: 644
mode: 0644
with_items:
- jail.conf
- jail.local
......
......@@ -37,14 +37,14 @@
copy:
src: /tmp/fail2ban-{{ fail2ban_version }}/build/fail2ban.service
dest: /lib/systemd/system/fail2ban.service
mode: 644
mode: 0644
remote_src: yes
- name: Copy LogRotate Config
copy:
src: logrotate
dest: /etc/logrotate.d/fail2ban
mode: 644
mode: 0644
tags:
- logrotate
......@@ -73,4 +73,4 @@
state: touch
owner: root
group: adm
mode: 640
mode: 0640
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment