From 9204b676429627e38ee69acc1f5187861bd6856d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 30 Sep 2015 15:23:35 +0200 Subject: [PATCH] Install the SSL certs for saml2 --- roles/pdc/tasks/main.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/roles/pdc/tasks/main.yml b/roles/pdc/tasks/main.yml index 0e9dd1f9b7..ed1dcf4f27 100644 --- a/roles/pdc/tasks/main.yml +++ b/roles/pdc/tasks/main.yml @@ -56,3 +56,14 @@ - idp-metadata.xml tags: - pdc + +- name: Install saml2 certs + copy: > + src="{{ private}}/files/httpd/{{ item }}" dest="/etc/httpd/saml2/{{ item }}" + owner="apache" group="apache" mode=0600 + with_items: + - pdc.fedorainfracloud.org.pem + - pdc.fedorainfracloud.org.key + tags: + - pdc +