try this
This commit is contained in:
parent
668434f369
commit
a420e99a1e
1 changed files with 3 additions and 2 deletions
|
@ -6,12 +6,13 @@
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
#- /srv/web/infra/ansible/vars/global.yml
|
||||||
- /srv/web/infra/ansible/vars/fedora-cloud.yml
|
- /srv/web/infra/ansible/vars/fedora-cloud.yml
|
||||||
- "{{ private }}/files/openstack/passwords.yml"
|
- "{{ private }}/files/openstack/passwords.yml"
|
||||||
|
|
||||||
tasks:
|
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
|
- name: Set the hostname
|
||||||
action: hostname name=fed-cloud09.cloud.fedoraproject.org
|
action: hostname name=fed-cloud09.cloud.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue