os-control: fix the virt-install
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
28bca8208d
commit
632de6325e
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
# create an os server
|
||||
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=os_control_stg:os_control"
|
||||
# This is a basic playbook
|
||||
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml"
|
||||
vars:
|
||||
myhosts: "os_control:os_control_stg"
|
||||
|
||||
- name: make the box be real
|
||||
hosts: os_control:os_control_stg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue