summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/tasks/create_groups.yml
blob: e2073cfbdc6d7ad70ac6065cb0033fb99a66a2a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
#- 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 }}"