Merge "Switch item notation to jinja format"
This commit is contained in:
commit
9bb44e0a32
@ -68,14 +68,14 @@ outputs:
|
|||||||
command: ceph osd set noscrub
|
command: ceph osd set noscrub
|
||||||
- name: Stop Ceph OSD
|
- name: Stop Ceph OSD
|
||||||
tags: step1
|
tags: step1
|
||||||
service: name=ceph-osd@$item state=stopped
|
service: name=ceph-osd@{{ item }} state=stopped
|
||||||
with_items: "{{osd_ids.stdout.strip().split()}}"
|
with_items: "{{osd_ids.stdout.strip().split()}}"
|
||||||
- name: Update ceph OSD packages
|
- name: Update ceph OSD packages
|
||||||
tags: step1
|
tags: step1
|
||||||
yum: name=ceph-osd state=latest
|
yum: name=ceph-osd state=latest
|
||||||
- name: Start ceph-osd service
|
- name: Start ceph-osd service
|
||||||
tags: step1
|
tags: step1
|
||||||
service: name=ceph-osd@$item state=started
|
service: name=ceph-osd@{{ item }} state=started
|
||||||
with_items: "{{osd_ids.stdout.strip().split()}}"
|
with_items: "{{osd_ids.stdout.strip().split()}}"
|
||||||
- name: ceph osd unset noout
|
- name: ceph osd unset noout
|
||||||
tags: step1
|
tags: step1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user