Commit 17bfe066 by ansible

no message

1 parent 900d6bec
......@@ -7,8 +7,8 @@
dev: "{{ item.device }}"
fstype: ext4
with_items:
- { device: /dev/vdd1 }
- { device: /dev/vdd2 }
- { device: /dev/vdd3 }
- { device: /dev/vdd4 }
- { device: /dev/vdc1 }
- { device: /dev/vdc2 }
- { device: /dev/vdc3 }
- { device: /dev/vdc4 }
......@@ -9,8 +9,8 @@
src: "{{ item.device }}"
path: "{{ item.path }}"
with_items:
- { device: /dev/vdd1, path: /opt }
- { device: /dev/vdd2, path: /upload }
- { device: /dev/vdd3, path: /archive }
- { device: /dev/vdd4, path: /data }
- { device: /dev/vdc1, path: /opt }
- { device: /dev/vdc2, path: /upload }
- { device: /dev/vdc3, path: /archive }
- { device: /dev/vdc4, path: /data }
......@@ -11,7 +11,7 @@
state: present
# part_type: logical
with_items:
- { device: "/dev/vdd", number: "1", start: "0%", end: "100GiB" }
- { device: "/dev/vdd", number: "2", start: "101GiB", end: "200GiB" }
- { device: "/dev/vdd", number: "3", start: "201GiB", end: "250GiB" }
- { device: "/dev/vdd", number: "4", start: "251GiB", end: "100%" }
- { device: "/dev/vdc", number: "1", start: "0%", end: "100GiB" }
- { device: "/dev/vdc", number: "2", start: "101GiB", end: "200GiB" }
- { device: "/dev/vdc", number: "3", start: "201GiB", end: "250GiB" }
- { device: "/dev/vdc", 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!