Commit 900d6bec by ansible

no message

1 parent cc242379
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
dev: "{{ item.device }}" dev: "{{ item.device }}"
fstype: ext4 fstype: ext4
with_items: with_items:
- { device: /dev/vdc1 } - { device: /dev/vdd1 }
- { device: /dev/vdc2 } - { device: /dev/vdd2 }
- { device: /dev/vdc3 } - { device: /dev/vdd3 }
- { device: /dev/vdc4 } - { device: /dev/vdd4 }
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
src: "{{ item.device }}" src: "{{ item.device }}"
path: "{{ item.path }}" path: "{{ item.path }}"
with_items: with_items:
- { device: /dev/vdc1, path: /opt } - { device: /dev/vdd1, path: /opt }
- { device: /dev/vdc2, path: /upload } - { device: /dev/vdd2, path: /upload }
- { device: /dev/vdc3, path: /archive } - { device: /dev/vdd3, path: /archive }
- { device: /dev/vdc4, path: /data } - { device: /dev/vdd4, path: /data }
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
state: present state: present
# part_type: logical # part_type: logical
with_items: with_items:
- { device: "/dev/vdc", number: "1", start: "0%", end: "100GiB" } - { device: "/dev/vdd", number: "1", start: "0%", end: "100GiB" }
- { device: "/dev/vdc", number: "2", start: "101GiB", end: "200GiB" } - { device: "/dev/vdd", number: "2", start: "101GiB", end: "200GiB" }
- { device: "/dev/vdc", number: "3", start: "201GiB", end: "250GiB" } - { device: "/dev/vdd", number: "3", start: "201GiB", end: "250GiB" }
- { device: "/dev/vdc", number: "4", start: "251GiB", end: "100%" } - { device: "/dev/vdd", number: "4", start: "251GiB", end: "100%" }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!