try this
This commit is contained in:
parent
e63ac30d3d
commit
028eb597d3
1 changed files with 3 additions and 1 deletions
|
@ -14,10 +14,11 @@
|
|||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/fedora-cloud.yml
|
||||
- /srv/private/ansible/files/openstack/passwords.yml
|
||||
|
||||
tasks:
|
||||
- debug: msg="DBG1 {{copr_hostbase}}"
|
||||
- include: "{{ tasks }}/persistent_cloud_new.yml"
|
||||
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||
- debug: msg="DBG2 {{copr_hostbase}}"
|
||||
|
||||
- name: cloud basic setup
|
||||
hosts: 209.132.184.53
|
||||
|
@ -32,6 +33,7 @@
|
|||
- "/srv/private/ansible/vars.yml"
|
||||
|
||||
tasks:
|
||||
- debug: msg="DBG3 {{copr_hostbase}}"
|
||||
- include: "{{ tasks }}/cloud_setup_basic.yml"
|
||||
|
||||
- name: set hostname (required by some services, at least postfix need it)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue