corrected yaml syntax
This commit is contained in:
@@ -29,14 +29,14 @@
|
|||||||
state: latest
|
state: latest
|
||||||
notify: restart_fail2ban
|
notify: restart_fail2ban
|
||||||
|
|
||||||
-name: system setup | openssh | enable fail2ban
|
- name: system setup | openssh | enable fail2ban
|
||||||
tags: fail2ban,ssh,system,settings
|
tags: fail2ban,ssh,system,settings
|
||||||
service:
|
service:
|
||||||
name: fail2ban
|
name: fail2ban
|
||||||
enabled: yes
|
enabled: yes
|
||||||
notify: restart_fail2ban
|
notify: restart_fail2ban
|
||||||
|
|
||||||
-name: system setup | openssh | copy local jail for fail2ban
|
- name: system setup | openssh | copy local jail for fail2ban
|
||||||
tags: fail2ban,ssh,system,settings
|
tags: fail2ban,ssh,system,settings
|
||||||
copy:
|
copy:
|
||||||
src: system_setup/jail.local
|
src: system_setup/jail.local
|
||||||
|
|||||||
Reference in New Issue
Block a user