And actually name the host correctly in the playbook.
This commit is contained in:
parent
3ac756bb55
commit
89050ace76
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
- name: check/create instance
|
- name: check/create instance
|
||||||
hosts: java-deptools-dev.fedorainfracloud.org
|
hosts: java-deptools.fedorainfracloud.org
|
||||||
user: fedora
|
user: fedora
|
||||||
sudo: True
|
sudo: True
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
- include: "{{ tasks }}/persistent_cloud_new.yml"
|
- include: "{{ tasks }}/persistent_cloud_new.yml"
|
||||||
|
|
||||||
- name: setup all the things
|
- name: setup all the things
|
||||||
hosts: java-deptools-dev.fedorainfracloud.org
|
hosts: java-deptools.fedorainfracloud.org
|
||||||
user: fedora
|
user: fedora
|
||||||
sudo: True
|
sudo: True
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue