From 984655cb741278409f065474776b55eec8b75134 Mon Sep 17 00:00:00 2001 From: Diego Abelenda Date: Mon, 20 Nov 2017 16:25:46 +0100 Subject: Change the name of the variable and explicitely document the names --- roles/openshift_hosted/tasks/create_groups.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 roles/openshift_hosted/tasks/create_groups.yml (limited to 'roles/openshift_hosted/tasks/create_groups.yml') diff --git a/roles/openshift_hosted/tasks/create_groups.yml b/roles/openshift_hosted/tasks/create_groups.yml new file mode 100644 index 000000000..e2073cfbd --- /dev/null +++ b/roles/openshift_hosted/tasks/create_groups.yml @@ -0,0 +1,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 }}" -- cgit v1.2.3