From 3ec0052d0b070fb7f7a149a9692c42d4a5cefe5d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 4 Dec 2017 15:30:56 +0100 Subject: [PATCH] Add some more of the basic roles for simple-koji-ci Signed-off-by: Pierre-Yves Chibon --- playbooks/groups/simple-koji-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/groups/simple-koji-ci.yml b/playbooks/groups/simple-koji-ci.yml index 376ee073fb..ba8811f64b 100644 --- a/playbooks/groups/simple-koji-ci.yml +++ b/playbooks/groups/simple-koji-ci.yml @@ -14,6 +14,10 @@ handlers: - import_tasks: "{{ handlers_path }}/restart_services.yml" + roles: + - base + - rkhunter + - nagios_client - name: setup all the things hosts: simple-koji-ci-dev.fedorainfracloud.org:simple-koji-ci-prod.fedorainfracloud.org