ipa/client: cease masking tasks for prod hosts
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
407b886bec
commit
23e6678997
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue