Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
uib-ub
Drift
roller-ansible
apache
Commits
1aede9d8
Commit
1aede9d8
authored
Jun 10, 2021
by
Oyvind.Gjesdal
Browse files
add apache_mail_host for setting host to deliver mail
parent
a05b1cf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tasks/uib_ssl.yml
View file @
1aede9d8
...
...
@@ -76,6 +76,7 @@
sender
:
"
ansible@{{ apache_cert_vhost.servername
}}"
subject
:
"
csr
certificate
request
for
{{ apache_cert_vhost.servername
}}"
to
:
"
{{
apache_cert_vhost.serveradmin
}}"
host
:
"
{{
apache_mail_host
|
default(omit)
}}"
attach
:
-
"
{{
apache_digicert_uib_csr}}/{{
apache_cert_vhost.servername
}}.csr"
body
:
|
...
...
@@ -89,6 +90,7 @@
Takk!
when
:
"
apache_cert_vhost.ssl_type
|
default('certbot')==
'uib'
and
apache_csr_result.changed
|
bool"
become
:
true
-
name
:
"
create
symlinks
for
private
keys"
file
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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