From 23e66789971a061503a0bafe9eb4b5b01794f54c Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Wed, 24 Mar 2021 12:59:03 +0100 Subject: [PATCH] ipa/client: cease masking tasks for prod hosts Signed-off-by: Nils Philippsen --- roles/ipa/client/tasks/main.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/roles/ipa/client/tasks/main.yml b/roles/ipa/client/tasks/main.yml index d36a65b192..606bcbd4a2 100644 --- a/roles/ipa/client/tasks/main.yml +++ b/roles/ipa/client/tasks/main.yml @@ -10,8 +10,6 @@ - name: Clean up annoying remnants of previous FAS client installations import_tasks: cleanup.yml - # don't muck with prod for now - when: env == 'staging' tags: - ipa/client - fas-client-cleanup @@ -42,8 +40,6 @@ - name: Basic configuration for clients on IPA cluster delegate_to: localhost import_tasks: common.yml - # don't muck with prod for now - when: env == 'staging' tags: - ipa/client - config @@ -52,8 +48,6 @@ - name: Configure HBAC on IPA cluster delegate_to: "{{ ipa_server }}" import_tasks: hbac.yml - # don't muck with prod for now - when: env == 'staging' tags: - ipa/client - config @@ -62,8 +56,6 @@ - name: Configure sudo on IPA cluster delegate_to: "{{ ipa_server }}" import_tasks: sudo.yml - # don't muck with prod for now - when: env == 'staging' tags: - ipa/client - config