diff options
| author | Miroslav Suchý <msuchy@redhat.com> | 2014-10-09 13:13:26 +0000 |
|---|---|---|
| committer | Miroslav Suchý <msuchy@redhat.com> | 2014-10-09 13:13:26 +0000 |
| commit | a420e99a1ea32c3f51d2ebc05cfa9a4e0db7f5b2 (patch) | |
| tree | 420e22e56e601808bd532280113f40a9766f1654 | |
| parent | 668434f3695a33c549adcf457b99cb2cd71f6388 (diff) | |
try this
| -rw-r--r-- | playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml index d8c0d7720..8cb3c8d4f 100644 --- a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml @@ -6,12 +6,13 @@ gather_facts: True vars_files: - - /srv/web/infra/ansible/vars/global.yml + #- /srv/web/infra/ansible/vars/global.yml - /srv/web/infra/ansible/vars/fedora-cloud.yml - "{{ private }}/files/openstack/passwords.yml" tasks: - - include: "{{ tasks }}/cloud_setup_basic.yml" root_auth_users=msuchy + - debug: msg={{root_auth_users}} + - include: "{{ tasks }}/cloud_setup_basic.yml" - name: Set the hostname action: hostname name=fed-cloud09.cloud.fedoraproject.org |
