give admin access to all tenants
This commit is contained in:
parent
49daf1f2e0
commit
22b9eb3b0f
1 changed files with 10 additions and 0 deletions
|
@ -569,6 +569,16 @@
|
|||
# login_user="admin" login_password="{{ ADMIN_PASS }}"
|
||||
# role=coprdev user={{ item }} tenant=coprdev
|
||||
with_items:
|
||||
- { user: admin, tenant: cloudintern }
|
||||
- { user: admin, tenant: cloudsig }
|
||||
- { user: admin, tenant: copr }
|
||||
- { user: admin, tenant: coprdev }
|
||||
- { user: admin, tenant: persistent }
|
||||
- { user: admin, tenant: pythonbots }
|
||||
- { user: admin, tenant: qa }
|
||||
- { user: admin, tenant: infrastructure }
|
||||
- { user: admin, tenant: scratch }
|
||||
- { user: admin, tenant: transient }
|
||||
- { user: copr, tenant: coprdev }
|
||||
- { user: kevin, tenant: cloudintern }
|
||||
- { user: kevin, tenant: cloudsig }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue