try this
This commit is contained in:
parent
2ac9aca4b2
commit
668434f369
1 changed files with 1 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue