wip
This commit is contained in:
parent
be7580aca5
commit
dbf6298cba
3 changed files with 8 additions and 10 deletions
|
@ -44,7 +44,7 @@ files = {
|
||||||
}
|
}
|
||||||
|
|
||||||
actions['letsencrypt_update_certificates'] = {
|
actions['letsencrypt_update_certificates'] = {
|
||||||
'command': 'true || dehydrated --cron --accept-terms --challenge http-01',
|
'command': 'dehydrated --cron --accept-terms --challenge dns-01',
|
||||||
'triggered': True,
|
'triggered': True,
|
||||||
'skip': delegated,
|
'skip': delegated,
|
||||||
'needs': {
|
'needs': {
|
||||||
|
|
|
@ -4,16 +4,17 @@ defaults = {
|
||||||
'apt': {
|
'apt': {
|
||||||
'packages': {
|
'packages': {
|
||||||
'dehydrated': {},
|
'dehydrated': {},
|
||||||
|
'dnsutils': {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'letsencrypt': {
|
'letsencrypt': {
|
||||||
'domains': {
|
'domains': {
|
||||||
# 'example.com': {'alias1.example.com', 'alias2.example.com'},
|
# 'example.com': {
|
||||||
},
|
# 'aliases': {'www.example.com'},
|
||||||
},
|
# 'reload': {'nginx'},
|
||||||
'pacman': {
|
# 'owner': 'www-data',
|
||||||
'packages': {
|
# 'location': '/opt/app/certs',
|
||||||
'dehydrated': {},
|
# },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,9 +30,6 @@
|
||||||
'gateway4': '10.0.0.1',
|
'gateway4': '10.0.0.1',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'letsencrypt': {
|
|
||||||
'delegate_to_node': 'htz.mails',
|
|
||||||
},
|
|
||||||
'nginx': {
|
'nginx': {
|
||||||
'vhosts': {
|
'vhosts': {
|
||||||
'openhab.ckn.li': {
|
'openhab.ckn.li': {
|
||||||
|
|
Loading…
Reference in a new issue