Try a local hw version now.
This commit is contained in:
parent
8bbb60bb4a
commit
b54be7e34f
2 changed files with 3 additions and 1 deletions
|
@ -8,5 +8,5 @@ eth1_ip: 10.5.127.184
|
|||
|
||||
mem_size: 10240
|
||||
num_cpus: 4
|
||||
volgroup: /dev/xenGuests
|
||||
volgroup: /dev/vg_host01
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
hosts: buildvm
|
||||
user: root
|
||||
gather_facts: False
|
||||
accelerate: True
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
@ -23,6 +24,7 @@
|
|||
hosts: buildvm
|
||||
user: root
|
||||
gather_facts: True
|
||||
accelerate: True
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue