Add CA to trust-store
This commit is contained in:
parent
811fc22eef
commit
f9cc97a8f2
4
netmaker/tasks/certs.yml
Normal file
4
netmaker/tasks/certs.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
- name: Deploy CA Certificate
|
||||||
|
ansible.builtin.copy:
|
||||||
|
src: secret_files/netmaker_server/ca/ca.crt
|
||||||
|
dest: /etc/ssl/certs/netmaker-ca.pem
|
@ -1,4 +1,4 @@
|
|||||||
- import_tasks: ./prerequisites.yml
|
- import_tasks: ./certs.yml
|
||||||
|
|
||||||
- import_tasks: ./install.yml
|
- import_tasks: ./install.yml
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user