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
481506ba
Commit
481506ba
authored
Oct 06, 2020
by
Oyvind.Gjesdal
Browse files
templat for body uib ssl
parent
db67ea3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tasks/uib_ssl.yml
View file @
481506ba
...
...
@@ -60,6 +60,7 @@
country_name
:
"
NO"
organization_name
:
"
Universitetet_i_Bergen"
common_name
:
"
{{
item.servername
}}"
subject_altname
:
"
{{
item.altname
|
default(omit)
}}"
loop
:
"
{{
apache_vhosts
}}"
when
:
"
item.ssl_type
|
default('certbot')==
'uib'"
register
:
"
apache_csr_result"
...
...
@@ -70,6 +71,15 @@
to
:
"
{{
item.serveradmin
}}"
attach
:
-
"
{{
apache_digicert_uib_csr}}/{{
item.servername
}}.csr"
body
:
|
Ønsker å bestille SSL sertifikat.
common_name "{{ item.servername }}"
altname: "{{ item.altname | default ('ingen') }}"
wildcard: "{{ ite.wildcard | default ('nei') }}"
Kan dere også oppdatere sertifikatdatasen (CMDB)?
Takk for hjelpen.
Mvh
loop
:
"
{{
apache_vhosts
}}"
when
:
"
item.ssl_type
|
default('certbot')==
'uib'
and
apache_csr_result.changed
|
bool"
...
...
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