updating playbook
This commit is contained in:
@@ -96,6 +96,15 @@
|
|||||||
mode: 0644
|
mode: 0644
|
||||||
notify: restart exim4
|
notify: restart exim4
|
||||||
|
|
||||||
|
- name: Set up FROM addresses
|
||||||
|
template:
|
||||||
|
src: email-addresses.j2
|
||||||
|
dest: /etc/email-addresses
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: 0644
|
||||||
|
notify: restart exim4
|
||||||
|
|
||||||
- name: Make fail2ban work with ufw
|
- name: Make fail2ban work with ufw
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: "{{ item }}"
|
dest: "{{ item }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user