fix some stuff
This commit is contained in:
parent
a6abfbcf5b
commit
6921b46dc7
@ -8,7 +8,7 @@
|
|||||||
- name: "Update machine"
|
- name: "Update machine"
|
||||||
apt:
|
apt:
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
upgrade: yes
|
upgrade: "yes"
|
||||||
autoclean: yes
|
autoclean: yes
|
||||||
autoremove: yes
|
autoremove: yes
|
||||||
|
|
||||||
|
@ -15,5 +15,5 @@
|
|||||||
- name: Allow mysql port via ufw
|
- name: Allow mysql port via ufw
|
||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
rule: allow
|
rule: allow
|
||||||
port: 3306
|
port: "3306"
|
||||||
proto: tcp
|
proto: tcp
|
||||||
|
@ -15,5 +15,5 @@
|
|||||||
- name: Allow postgresql port via ufw
|
- name: Allow postgresql port via ufw
|
||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
rule: allow
|
rule: allow
|
||||||
port: 5432
|
port: "5432"
|
||||||
proto: tcp
|
proto: tcp
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
dest: /etc/postfix/main.cf
|
dest: /etc/postfix/main.cf
|
||||||
|
|
||||||
- name: Build /etc/mailname
|
- name: Build /etc/mailname
|
||||||
command: hostname --fqdn > /etc/mailname
|
shell: hostname --fqdn > /etc/mailname
|
||||||
|
|
||||||
- name: Build hashtable of SASL creds
|
- name: Build hashtable of SASL creds
|
||||||
command: postmap /etc/postfix/sasl_passwd
|
command: postmap /etc/postfix/sasl_passwd
|
||||||
|
Loading…
Reference in New Issue
Block a user