updated acme state
This commit is contained in:
parent
466eaeefb0
commit
b0dcadf89b
@ -34,7 +34,7 @@ acme-dh-params:
|
|||||||
|
|
||||||
acme-certs:
|
acme-certs:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: /root/.acme.sh/acme.sh --issue {%- for dom in acme.domains %} -d '{{ dom }}' {% endfor -%} --dns dns_ovh --cert-file '' --key-file '{{ acme.keyfile }}' --fullchain-file '{{ acme.fullchainfile }}' -k {{ acme.keysize }}
|
- name: /root/.acme.sh/acme.sh --debug --issue {%- for dom in acme.domains %} -d '{{ dom }}' {% endfor -%} --dns dns_ovh --cert-file '' --key-file '{{ acme.keyfile }}' --fullchain-file '{{ acme.fullchainfile }}' -k {{ acme.keysize }}
|
||||||
- env:
|
- env:
|
||||||
- OVH_AK: '{{ acme.provider.api.application_key }}'
|
- OVH_AK: '{{ acme.provider.api.application_key }}'
|
||||||
- OVH_AS: '{{ acme.provider.api.application_secret }}'
|
- OVH_AS: '{{ acme.provider.api.application_secret }}'
|
||||||
@ -47,4 +47,4 @@ acme-certs:
|
|||||||
- runas: root
|
- runas: root
|
||||||
- cwd: /root
|
- cwd: /root
|
||||||
- require:
|
- require:
|
||||||
- cmd: acme-install
|
- cmd: acme-install
|
||||||
|
Loading…
Reference in New Issue
Block a user