forked from ISTI-ansible-roles/ansible-roles
library/vars/isti-global.yml, infrastructure-services/inventory/hosts, library/roles/postfix-relay/defaults/main.yml: Fix variable precedences again.
This commit is contained in:
parent
da0794ed73
commit
62807ea492
|
@ -13,10 +13,12 @@ postfix_use_sasl_auth: True
|
|||
postfix_smtp_sasl_auth_enable: "yes"
|
||||
postfix_smtp_create_relay_user: True
|
||||
# See vars/isti-global.yml
|
||||
postfix_relay_host: smtp-relay.example.com
|
||||
postfix_relay_host: smtp-relay.research-infrastructures.eu
|
||||
#postfix_relay_host: smtp-relay.example.com
|
||||
postfix_relay_port: 587
|
||||
postfix_default_destination_concurrency_limit: 20
|
||||
#postfix_smtp_relay_user: smtp-user
|
||||
postfix_smtp_relay_user: '{{ ansible_fqdn }}'
|
||||
# This one has to be set inside a vault file
|
||||
#postfix_smtp_relay_pwd: set_you_password_here_in_a_vault_encrypted_file
|
||||
|
||||
|
|
Loading…
Reference in New Issue