summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/tasks/create_groups.yml
diff options
context:
space:
mode:
authorDiego Abelenda <diego.abelenda@camptocamp.com>2017-11-20 16:25:46 +0100
committerDiego Abelenda <diego.abelenda@camptocamp.com>2017-11-24 13:36:30 +0100
commit984655cb741278409f065474776b55eec8b75134 (patch)
tree15c8b581407a7c75654c97b53988dc4a8ed0fbff /roles/openshift_hosted/tasks/create_groups.yml
parent24a25b94cf1b6b2f19cf12b3c8d54cd2bb0fd696 (diff)
downloadopenshift-984655cb741278409f065474776b55eec8b75134.tar.gz
openshift-984655cb741278409f065474776b55eec8b75134.tar.bz2
openshift-984655cb741278409f065474776b55eec8b75134.tar.xz
openshift-984655cb741278409f065474776b55eec8b75134.zip
Change the name of the variable and explicitely document the names
Diffstat (limited to 'roles/openshift_hosted/tasks/create_groups.yml')
-rw-r--r--roles/openshift_hosted/tasks/create_groups.yml15
1 files changed, 15 insertions, 0 deletions
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 }}"