Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
5ce84a72
Commit
5ce84a72
authored
Nov 11, 2019
by
Phillip Smith (fukawi2)
Browse files
fix postfix role to actually set user password
parent
a76219ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/postfix/tasks/main.yml
View file @
5ce84a72
...
...
@@ -98,9 +98,9 @@
name
:
"
{{inventory_hostname_short}}"
comment
:
"
SMTP
Relay
Account
for
{{inventory_hostname}}"
group
:
nobody
password
:
"
"
password
:
"
{{
postfix_relay_password
|
password_hash('sha512')
}}
"
shell
:
/sbin/nologin
update_password
:
on_create
update_password
:
always
create_home
:
no
-
name
:
open firewall holes
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment