Skip to content

Commit

Permalink
AWS deploy: copy ca.crt to all
Browse files Browse the repository at this point in the history
Otherwise, clients refuse to connect to the QED server.

Co-authored-by: iknite <[email protected]>
  • Loading branch information
panchoh and iknite committed Feb 25, 2019
1 parent d94e8ba commit ef27fb1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploy/aws/provision/tasks/common/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@
- server.key
- id_ed25519

- name: Copy CA cert to remote
copy:
src: config_files/ca.crt
dest: /etc/pki/tls/certs/qed-ca.crt

- name: Create Node Exporter start script
template:
dest: /var/qed/exporter-{{ item }}
Expand Down

0 comments on commit ef27fb1

Please sign in to comment.