All checks were successful
continuous-integration/drone/push Build is passing
24 lines
549 B
YAML
24 lines
549 B
YAML
---
|
|
########################################################################
|
|
|
|
# upload the certs
|
|
|
|
- copy:
|
|
src: 'certificates/{{ d }}/{{ f }}'
|
|
dest: '{{ npath }}/certs/{{ f }}'
|
|
owner: '81001'
|
|
group: '81001'
|
|
mode: 0400
|
|
vars:
|
|
d: '{{ item.d }}'
|
|
f: '{{ item.d }}.{{ item.s }}'
|
|
loop:
|
|
- { d: 'burble-dn42', s: 'crt' }
|
|
- { d: 'burble-dn42', s: 'key' }
|
|
- { d: 'collector-dn42', s: 'crt' }
|
|
- { d: 'collector-dn42', s: 'key' }
|
|
|
|
########################################################################
|
|
# end of file
|
|
|