Write new pvc.conf style configuration (0.9.82+)

This commit is contained in:
2023-11-28 16:10:23 -05:00
parent 7dbabf76c5
commit b1d6915cf4
2 changed files with 191 additions and 9 deletions

View File

@ -17,19 +17,13 @@
retries: 5
until: apt_res is success
- name: install pvc node daemon configuration
- name: install pvc daemon configuration
template:
src: pvc/{{ item }}.j2
dest: /etc/pvc/{{ item }}
mode: 0640
with_items:
- pvcnoded.yaml
- name: install pvc api daemon configuration
template:
src: pvc/{{ item }}.j2
dest: /etc/pvc/{{ item }}
with_items:
- pvcapid.yaml
- pvc.conf
- name: install API SSL certificate file
copy: