make ansible happy
This commit is contained in:
parent
a82f4bdd33
commit
a76ffa9a19
1 changed files with 18 additions and 18 deletions
|
@ -250,24 +250,24 @@
|
|||
password="{{ item.password }}"
|
||||
state=present
|
||||
with_items:
|
||||
- { name: kevin, email: 'kevin@fedoraproject.org', tenant: infrastructure, password: {{kevin_password}} }
|
||||
- { name: laxathom, email: 'laxathom@fedoraproject.org', tenant: infrastructure, password: {{laxathom_password}} }
|
||||
- { name: samkottler, email: 'samkottler@fedoraproject.org', tenant: infrastructure, password: {{samkottler_password}} }
|
||||
- { name: puiterwijk, email: 'puiterwijk@fedoraproject.org', tenant: infrastructure, password: {{puiterwijk_password}} }
|
||||
- { name: mattdm, email: 'mattdm@fedoraproject.org', tenant: infrastructure, password: {{mattdm_password}} }
|
||||
- { name: tflink, email: 'tflink@fedoraproject.org', tenant: qa, password: {{tflink_password}} }
|
||||
- { name: copr, email: 'admin@fedoraproject.org', tenant: copr, password: {{copr_password}} }
|
||||
- { name: twisted, email: 'buildbot@twistedmatrix.com', tenant: pythonbots, password: {{twisted_password}} }
|
||||
- { name: ausil, email: 'dennis@ausil.us', tenant: infrastructure, password: {{ausil_password}} }
|
||||
- { name: anthomas, email: 'anthomas@redhat.com', tenant: cloudintern, password: {{anthomas_password}} }
|
||||
- { name: jskladan, email: 'jskladan@redhat.com', tenant: qa, password: {{jskladan_password}} }
|
||||
- { name: gholms, email: 'gholms@fedoraproject.org', tenant: cloudintern, password: {{gholms_password}} }
|
||||
- { name: cockpit, email: 'walters@redhat.com', tenant: scratch, password: {{cockpit_password}} }
|
||||
- { name: nb, email: 'nb@fedoraproject.org', tenant: infrastructure, password: {{nb_password}} }
|
||||
- { name: pingou, email: 'pingou@pingoured.fr', tenant: infrastructure, password: {{pingou_password}} }
|
||||
- { name: codeblock, email: 'codeblock@elrod.me', tenant: infrastructure, password: {{codeblock_password}} }
|
||||
- { name: msuchy, email: 'msuchy@redhat.com', tenant: copr, password: {{msuchy_password}} }
|
||||
- { name: red, email: 'red@fedoraproject.org', tenant: infrastructure, password: {{red_password}} }
|
||||
- { name: kevin, email: 'kevin@fedoraproject.org', tenant: infrastructure, password: "{{kevin_password}}" }
|
||||
- { name: laxathom, email: 'laxathom@fedoraproject.org', tenant: infrastructure, password: "{{laxathom_password}}" }
|
||||
- { name: samkottler, email: 'samkottler@fedoraproject.org', tenant: infrastructure, password: "{{samkottler_password}}" }
|
||||
- { name: puiterwijk, email: 'puiterwijk@fedoraproject.org', tenant: infrastructure, password: "{{puiterwijk_password}}" }
|
||||
- { name: mattdm, email: 'mattdm@fedoraproject.org', tenant: infrastructure, password: "{{mattdm_password}}" }
|
||||
- { name: tflink, email: 'tflink@fedoraproject.org', tenant: qa, password: "{{tflink_password}}" }
|
||||
- { name: copr, email: 'admin@fedoraproject.org', tenant: copr, password: "{{copr_password}}" }
|
||||
- { name: twisted, email: 'buildbot@twistedmatrix.com', tenant: pythonbots, password: "{{twisted_password}}" }
|
||||
- { name: ausil, email: 'dennis@ausil.us', tenant: infrastructure, password: "{{ausil_password}}" }
|
||||
- { name: anthomas, email: 'anthomas@redhat.com', tenant: cloudintern, password: "{{anthomas_password}}" }
|
||||
- { name: jskladan, email: 'jskladan@redhat.com', tenant: qa, password: "{{jskladan_password}}" }
|
||||
- { name: gholms, email: 'gholms@fedoraproject.org', tenant: cloudintern, password: "{{gholms_password}}" }
|
||||
- { name: cockpit, email: 'walters@redhat.com', tenant: scratch, password: "{{cockpit_password}}" }
|
||||
- { name: nb, email: 'nb@fedoraproject.org', tenant: infrastructure, password: "{{nb_password}}" }
|
||||
- { name: pingou, email: 'pingou@pingoured.fr', tenant: infrastructure, password: "{{pingou_password}}" }
|
||||
- { name: codeblock, email: 'codeblock@elrod.me', tenant: infrastructure, password: "{{codeblock_password}}" }
|
||||
- { name: msuchy, email: 'msuchy@redhat.com', tenant: copr, password: "{{msuchy_password}}" }
|
||||
- { name: red, email: 'red@fedoraproject.org', tenant: infrastructure, password: "{{red_password}}" }
|
||||
#- template: src={{ files }}/fedora-cloud/keystonerc_msuchy dest=/root/ owner=root mode=0600
|
||||
#- shell: source /root/keystonerc_admin && keystone user-password-update --pass 'XXXX' msuchy
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue