summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/openshift_hosted/tasks/create_groups.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/roles/openshift_hosted/tasks/create_groups.yml b/roles/openshift_hosted/tasks/create_groups.yml
deleted file mode 100644
index e2073cfbd..000000000
--- a/roles/openshift_hosted/tasks/create_groups.yml
+++ /dev/null
@@ -1,15 +0,0 @@
----
-#- name: Create additionnal Groups
-# oc_obj:
-# kind: Group
-# name: "{{ item.key }}"
-# users: "{{ item.users }}"
-# with_dict: "{{ openshift_additionnal_groups }}"
-
-- name: Create CronJob LdapSyncConfig
- oc_obj:
- kind: CronJob
- name: AutoLdapSync
- content:
-
- with_item: "{{ openshift_groups_ldapsync_config }}"