add an example for copying the CA cert

master
histausse 3 years ago
parent be23d7a498
commit c0aa30a9a9
Signed by: histausse
GPG Key ID: 67486F107F62E9E9

@ -6,3 +6,10 @@
vars:
directory: /etc/nginx/certs/
cname: example.com
- hosts: all
tasks: Copy the CA certificate to remote host, for mutual SSL auth for instance
- name:
copy:
content: "{{ ca_cert }}"
dest: /etc/nginx/certs/ca.crt

Loading…
Cancel
Save