mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-21 20:53:18 +02:00
29 lines
641 B
Plaintext
29 lines
641 B
Plaintext
![]() |
entity:
|
||
|
disk@: connector:publishing.connectors.local
|
||
|
|
||
|
crl:
|
||
|
crl@: connector:publishing.connectors.cdp
|
||
|
|
||
|
cacert:
|
||
|
disk@: connector:publishing.connectors.cacert
|
||
|
|
||
|
connectors:
|
||
|
local:
|
||
|
class: Connector::Builtin::File::Path
|
||
|
LOCATION: {{ pki_root_dir }}/data/{{ item.0.name }}
|
||
|
file: "[% ARGS.0 %].crt"
|
||
|
content: "[% pem %]"
|
||
|
|
||
|
cdp:
|
||
|
class: Connector::Builtin::File::Path
|
||
|
LOCATION: {{ pki_root_dir }}/data/{{ item.0.name }}
|
||
|
file: "crl.pem"
|
||
|
content: "[% pem %]"
|
||
|
|
||
|
cacert:
|
||
|
class: Connector::Builtin::File::Path
|
||
|
LOCATION: {{ pki_root_dir }}/data/{{ item.0.name }}
|
||
|
file: "ca.pem"
|
||
|
content: "[% pem %]"
|
||
|
|