Skip to content
Snippets Groups Projects
Commit d76cf03c authored by Vladimír Štill's avatar Vladimír Štill
Browse files

ansible: Smaller changes in common_deb

- use postfix by default
- nftables validation
- socat
parent feb56c48
No related branches found
No related tags found
No related merge requests found
tz: Europe/Prague tz: Europe/Prague
mail_relay: relay.fi.muni.cz mail_relay: relay.fi.muni.cz
postfix: false postfix: true
pam_use_kerberos: True pam_use_kerberos: True
backports_git: False backports_git: False
backports: False backports: False
......
...@@ -118,6 +118,7 @@ ...@@ -118,6 +118,7 @@
template: template:
src: nftables.conf.j2 src: nftables.conf.j2
dest: /etc/nftables.conf dest: /etc/nftables.conf
validate: nft --check -f %s
notify: notify:
- restart nftables - restart nftables
when: nftables_default_config when: nftables_default_config
...@@ -259,6 +260,7 @@ ...@@ -259,6 +260,7 @@
- moreutils - moreutils
- bat - bat
- iotop - iotop
- socat
- name: monitoring - name: monitoring
apt: apt:
......
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