OpenShift Origin Implementation at ITIX (mostly Ansible Playbooks)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
420 B

---
- name: Configure the OpenShift Access Control Layer
hosts: itix
become: yes
tasks:
- name: Remove authenticated users the right to create projects
command: oc adm policy remove-cluster-role-from-group self-provisioner system:authenticated:oauth
- name: Give the monitoring rights to nicolas
command: oc adm policy add-role-to-user view nicolas.masse@itix.fr -n openshift-metrics