Browse Source

those tasks have been moved to another playbook

master
Nicolas Massé 8 years ago
parent
commit
7270205a28
  1. 3
      playbooks/post-install.yml

3
playbooks/post-install.yml

@ -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' }

Loading…
Cancel
Save