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