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'] = {
|
||||
'command': 'true || dehydrated --cron --accept-terms --challenge http-01',
|
||||
'command': 'dehydrated --cron --accept-terms --challenge dns-01',
|
||||
'triggered': True,
|
||||
'skip': delegated,
|
||||
'needs': {
|
||||
|
|
|
@ -4,16 +4,17 @@ defaults = {
|
|||
'apt': {
|
||||
'packages': {
|
||||
'dehydrated': {},
|
||||
'dnsutils': {},
|
||||
},
|
||||
},
|
||||
'letsencrypt': {
|
||||
'domains': {
|
||||
# 'example.com': {'alias1.example.com', 'alias2.example.com'},
|
||||
},
|
||||
},
|
||||
'pacman': {
|
||||
'packages': {
|
||||
'dehydrated': {},
|
||||
# 'example.com': {
|
||||
# 'aliases': {'www.example.com'},
|
||||
# 'reload': {'nginx'},
|
||||
# 'owner': 'www-data',
|
||||
# 'location': '/opt/app/certs',
|
||||
# },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -30,9 +30,6 @@
|
|||
'gateway4': '10.0.0.1',
|
||||
},
|
||||
},
|
||||
'letsencrypt': {
|
||||
'delegate_to_node': 'htz.mails',
|
||||
},
|
||||
'nginx': {
|
||||
'vhosts': {
|
||||
'openhab.ckn.li': {
|
||||
|
|
Loading…
Reference in a new issue