now that volumes are all in persistent startup, take it out of the others
This commit is contained in:
parent
6aa3403391
commit
5d5ceb8d6d
2 changed files with 0 additions and 12 deletions
|
@ -10,12 +10,6 @@
|
||||||
tasks:
|
tasks:
|
||||||
- include: $tasks/persistent_cloud.yml
|
- include: $tasks/persistent_cloud.yml
|
||||||
|
|
||||||
# attach and mount volumes
|
|
||||||
- name: attach volumes to the system
|
|
||||||
local_action: shell euca-attach-volume -i ${inst_res.instances[0].id} $item
|
|
||||||
only_if: is_set('${inst_res.instances[0].id}')
|
|
||||||
with_items: $volumes
|
|
||||||
|
|
||||||
- name: provision instance
|
- name: provision instance
|
||||||
hosts: 209.132.184.100
|
hosts: 209.132.184.100
|
||||||
user: root
|
user: root
|
||||||
|
|
|
@ -10,12 +10,6 @@
|
||||||
tasks:
|
tasks:
|
||||||
- include: $tasks/persistent_cloud.yml
|
- include: $tasks/persistent_cloud.yml
|
||||||
|
|
||||||
# attach and mount volumes
|
|
||||||
- name: attach volumes to the system
|
|
||||||
local_action: shell euca-attach-volume -i ${inst_res.instances[0].id} $item
|
|
||||||
only_if: is_set('${inst_res.instances[0].id}')
|
|
||||||
with_items: $volumes
|
|
||||||
|
|
||||||
- name: provision instance
|
- name: provision instance
|
||||||
hosts: 209.132.184.113
|
hosts: 209.132.184.113
|
||||||
user: root
|
user: root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue