mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-08 01:01:36 +01:00
workaround: hardcode internal ip for transparent ports
This commit is contained in:
@@ -47,7 +47,8 @@
|
|||||||
command: dpkg -s postgresql
|
command: dpkg -s postgresql
|
||||||
register: postgresql_installed
|
register: postgresql_installed
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
changed_when: False
|
changed_when: false
|
||||||
|
failed_when: false
|
||||||
check_mode: no
|
check_mode: no
|
||||||
|
|
||||||
- name: Set has_postgres variable
|
- name: Set has_postgres variable
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
apply Service "MAIL-postfix-tls" {
|
apply Service "MAIL-postfix-tls" {
|
||||||
import "generic-service"
|
import "generic-service"
|
||||||
check_command = "ssl"
|
check_command = "ssl"
|
||||||
vars.ssl_address = "mail.atlantishq.de"
|
vars.ssl_address = "192.168.122.101"
|
||||||
vars.ssl_port = "587"
|
vars.ssl_port = "465"
|
||||||
assign where host.name == "mail"
|
assign where host.name == "mail"
|
||||||
}
|
}
|
||||||
|
|
||||||
apply Service "IMAP-dovecot-tls" {
|
apply Service "IMAP-dovecot-tls" {
|
||||||
import "generic-service"
|
import "generic-service"
|
||||||
check_command = "ssl"
|
check_command = "ssl"
|
||||||
vars.ssl_address = "mail.atlantishq.de"
|
vars.ssl_address = "192.168.122.101"
|
||||||
vars.ssl_port = "993"
|
vars.ssl_port = "993"
|
||||||
assign where host.name == "mail"
|
assign where host.name == "mail"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user