From ffa5551a06533c5e69d7cf6842380991f7e3525c Mon Sep 17 00:00:00 2001 From: Ernestas Kulik Date: Wed, 5 Feb 2020 17:12:46 +0100 Subject: [PATCH] playbooks: retrace: Run httpd/website role MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently, judging by the files on the server, it appears as though we’ve used something like this in the past, but the current playbook does not reflect it. This commit runs the httpd/website role from retrace playbook so that we get all the configs we currently have with the addition of certbot for certificates. Signed-off-by: Ernestas Kulik --- playbooks/groups/retrace.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/playbooks/groups/retrace.yml b/playbooks/groups/retrace.yml index bea296c3a..a1fa945d6 100644 --- a/playbooks/groups/retrace.yml +++ b/playbooks/groups/retrace.yml @@ -88,3 +88,11 @@ - abrt/retrace-local-pre #- { role: abrt/retrace, rs_require_gpg_check: false, rs_max_parallel_tasks: 12, rs_max_packed_size: 1024, rs_max_unpacked_size: 1280, rs_min_storage_left: 1280, rs_delete_task_after: 8, rs_delete_failed_task_after: 1, rs_repo_dir: /srv/retrace/repos, rs_save_dir: /srv/retrace/tasks, rs_faf_link_dir: /srv/retrace/hardlink-local, hostname: retrace.fedoraproject.org, faf_spool_dir: /srv/faf } - abrt/retrace-local + +- name: Perform post-setup httpd configuration + roles: + - role: httpd/website + vars: + - certbot: true + - site_name: retrace.fedoraproject.org + - sslonly: true -- 2.24.1