From 05fcea1a7e5cf180aed5ececff59b674c32061d2 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 13 Oct 2016 11:25:27 +0000 Subject: [PATCH] Only run full IPA install on primary IPA box Signed-off-by: Patrick Uiterwijk --- roles/ipa/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ipa/tasks/main.yml b/roles/ipa/tasks/main.yml index b3d63bc3c7..0d1b55ce10 100644 --- a/roles/ipa/tasks/main.yml +++ b/roles/ipa/tasks/main.yml @@ -36,6 +36,7 @@ tags: - ipa - config + when: inventory_hostname.startswith("ipa01") # # switch this to use the systemd module as soon as ansible 2.2 is out.