|
|
@ -3,8 +3,5 @@ |
|
|
- name: Complete the OpenShift installation |
|
|
- name: Complete the OpenShift installation |
|
|
hosts: lab |
|
|
hosts: lab |
|
|
become: yes |
|
|
become: yes |
|
|
tasks: |
|
|
|
|
|
- name: Give admin rights to nicolas |
|
|
|
|
|
command: oc adm policy add-cluster-role-to-user cluster-admin nicolas.masse@itix.fr |
|
|
|
|
|
roles: |
|
|
roles: |
|
|
- { name: 'hostpath-provisioner', tags: 'hostpath-provisioner' } |
|
|
- { name: 'hostpath-provisioner', tags: 'hostpath-provisioner' } |
|
|
|