13 lines
387 B
YAML
13 lines
387 B
YAML
# vim:syntax=yaml
|
|
{%- from "acme/map.jinja" import acme with context %}
|
|
---
|
|
pki-fetched:
|
|
pki.fetched:
|
|
- name: /etc/acme/pkic.py
|
|
- url: '{{ acme.provider.pki.url }}'
|
|
- username: '{{ acme.provider.pki.username }}'
|
|
- password: '{{ acme.provider.pki.password }}'
|
|
- domains: '{{ acme.domains }}'
|
|
- certfile: '{{ acme.certfile }}'
|
|
- keyfile: '{{ acme.keyfile }}'
|