This commit is contained in:
Miroslav Suchý 2014-10-09 13:11:57 +00:00
parent 2ac9aca4b2
commit 668434f369

View file

@ -10,15 +10,8 @@
- /srv/web/infra/ansible/vars/fedora-cloud.yml
- "{{ private }}/files/openstack/passwords.yml"
vars:
- root_auth_users: "msuchy"
- foobar: "barbar"
tasks:
- debug: msg="X {{ root_auth_users }} {{ foobar }}"
- command: /usr/bin/false
- include: "{{ tasks }}/cloud_setup_basic.yml"
- include: "{{ tasks }}/cloud_setup_basic.yml" root_auth_users=msuchy
- name: Set the hostname
action: hostname name=fed-cloud09.cloud.fedoraproject.org