This commit is contained in:
Miroslav Suchý 2014-10-09 13:13:26 +00:00
parent 668434f369
commit a420e99a1e

View file

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