We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ed2bd commit 302835fCopy full SHA for 302835f
1 file changed
roles/welcome/tasks/main.yml
@@ -8,6 +8,9 @@
8
- name: copy template site files
9
template: src=site/index.html dest=/var/www/welcome/index.html
10
11
+- name: copy the openconext_ca certificate
12
+ copy: src=files/{{ env }}/certs/{{ tls_https.ca_name }} dest=/var/www/welcome/openconext_ca.crt
13
+
14
- name: copy virtual host config
15
template: src=welcome-vm.conf.j2 dest=/etc/httpd/conf.d/welcome-vm.conf
16
notify: reload httpd
0 commit comments