From a76ffa9a19c48f6ae5904deb87bd324e0cb1c6c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 28 Jan 2015 15:33:20 +0000 Subject: [PATCH] make ansible happy --- .../fed-cloud09.cloud.fedoraproject.org.yml | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml index 096aaece10..2009da6b9c 100644 --- a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml @@ -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