ipa/client: cease masking tasks for prod hosts

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2021-03-24 12:59:03 +01:00
parent 407b886bec
commit 23e6678997

View file

@ -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