Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nounous
Ansible
Commits
03816873
Verified
Commit
03816873
authored
Feb 24, 2022
by
shirenn
🌊
Committed by
ynerant
Apr 04, 2022
Browse files
Deploy cerbot on virtu
parent
40d5e3a1
Changes
4
Hide whitespace changes
Inline
Side-by-side
host_vars/daniel.adm.crans.org.yml
View file @
03816873
...
...
@@ -8,3 +8,27 @@ loc_postgres:
version
:
13
replica
:
true
addresses
:
"
['daniel.adm.crans.org']
+
{{
query('ldap',
'ip',
'daniel',
'adm')
|
ipaddr('address')
}}"
loc_certbot
:
-
mail
:
root@crans.org
certname
:
crans.org
domains
:
"
*.adm.crans.org,
*.crans.org"
loc_service_certbot
:
config
:
"
crans.org"
:
zone
:
_acme-challenge.crans.org
server
:
172.16.10.147
port
:
53
key
:
name
:
certbot_challenge.
secret
:
"
{{
vault.certbot_dns_secret
}}"
algorithm
:
HMAC-SHA512
"
adm.crans.org"
:
zone
:
_acme-challenge.adm.crans.org
server
:
172.16.10.147
port
:
53
key
:
name
:
certbot_adm_challenge.
secret
:
"
{{
vault.certbot_adm_dns_secret
}}"
algorithm
:
HMAC-SHA512
host_vars/jack.adm.crans.org.yml
View file @
03816873
...
...
@@ -8,3 +8,27 @@ loc_postgres:
version
:
13
replica
:
true
addresses
:
"
['jack.adm.crans.org']
+
{{
query('ldap',
'ip',
'jack',
'adm')
|
ipaddr('address')
}}"
loc_certbot
:
-
mail
:
root@crans.org
certname
:
crans.org
domains
:
"
*.adm.crans.org,
*.crans.org"
loc_service_certbot
:
config
:
"
crans.org"
:
zone
:
_acme-challenge.crans.org
server
:
172.16.10.147
port
:
53
key
:
name
:
certbot_challenge.
secret
:
"
{{
vault.certbot_dns_secret
}}"
algorithm
:
HMAC-SHA512
"
adm.crans.org"
:
zone
:
_acme-challenge.adm.crans.org
server
:
172.16.10.147
port
:
53
key
:
name
:
certbot_adm_challenge.
secret
:
"
{{
vault.certbot_adm_dns_secret
}}"
algorithm
:
HMAC-SHA512
host_vars/sam.adm.crans.org.yml
View file @
03816873
...
...
@@ -8,3 +8,27 @@ loc_postgres:
version
:
13
replica
:
true
addresses
:
"
['sam.adm.crans.org']
+
{{
query('ldap',
'ip',
'sam',
'adm')
|
ipaddr('address')
}}"
loc_certbot
:
-
mail
:
root@crans.org
certname
:
crans.org
domains
:
"
*.adm.crans.org,
*.crans.org"
loc_service_certbot
:
config
:
"
crans.org"
:
zone
:
_acme-challenge.crans.org
server
:
172.16.10.147
port
:
53
key
:
name
:
certbot_challenge.
secret
:
"
{{
vault.certbot_dns_secret
}}"
algorithm
:
HMAC-SHA512
"
adm.crans.org"
:
zone
:
_acme-challenge.adm.crans.org
server
:
172.16.10.147
port
:
53
key
:
name
:
certbot_adm_challenge.
secret
:
"
{{
vault.certbot_adm_dns_secret
}}"
algorithm
:
HMAC-SHA512
hosts
View file @
03816873
...
...
@@ -38,6 +38,7 @@ jitsi
mailman
postfix
reverseproxy
virtu
vsftpd_mirror
[constellation:children]
...
...
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