Commit 3cee2893 by ansible

no message

1 parent bb226da6
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
- { device: "{{ app_disk }}", number: "4", start: "91%", end: "100%" } - { device: "{{ app_disk }}", number: "4", start: "91%", end: "100%" }
- name: "Format Partiton: \"{{ item.device }}\" using etx4" - name: "Format Partiton: \"{{ item.device }}\" using etx4"
filesystem: filesystem:
dev: "{{ item.device }}" dev: "{{ item.device }}"
fstype: ext4 fstype: ext4
with_items: with_items:
...@@ -38,12 +38,12 @@ ...@@ -38,12 +38,12 @@
- { device: "{{ app_disk }}"4 } - { device: "{{ app_disk }}"4 }
- name: "Mount Partiton \"{{ item.device }}\" to \"{{ item.path }}\"" - name: "Mount Partiton \"{{ item.device }}\" to \"{{ item.path }}\""
mount: mount:
state: mounted state: mounted
fstype: ext4 fstype: ext4
src: "{{ item.device }}" src: "{{ item.device }}"
path: "{{ item.path }}" path: "{{ item.path }}"
with_items: with_items:
- { device: "{{ app_disk }}"1, path: /opt } - { device: "{{ app_disk }}"1, path: /opt }
- { device: "{{ app_disk }}"1, path: /upload } - { device: "{{ app_disk }}"1, path: /upload }
- { device: "{{ app_disk }}"1, path: /archive } - { device: "{{ app_disk }}"1, path: /archive }
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
- { device: "{{ app_disk }}", number: "4", start: "91%", end: "100%" } - { device: "{{ app_disk }}", number: "4", start: "91%", end: "100%" }
- name: "Format Partiton: \"{{ item.device }}\" using etx4" - name: "Format Partiton: \"{{ item.device }}\" using etx4"
filesystem: filesystem:
dev: "{{ item.device }}" dev: "{{ item.device }}"
fstype: ext4 fstype: ext4
with_items: with_items:
...@@ -38,12 +38,12 @@ ...@@ -38,12 +38,12 @@
- { device: "{{ app_disk }}"4 } - { device: "{{ app_disk }}"4 }
- name: "Mount Partiton \"{{ item.device }}\" to \"{{ item.path }}\"" - name: "Mount Partiton \"{{ item.device }}\" to \"{{ item.path }}\""
mount: mount:
state: mounted state: mounted
fstype: ext4 fstype: ext4
src: "{{ item.device }}" src: "{{ item.device }}"
path: "{{ item.path }}" path: "{{ item.path }}"
with_items: with_items:
- { device: "{{ app_disk }}"1, path: /opt } - { device: "{{ app_disk }}"1, path: /opt }
- { device: "{{ app_disk }}"1, path: /upload } - { device: "{{ app_disk }}"1, path: /upload }
- { device: "{{ app_disk }}"1, path: /archive } - { device: "{{ app_disk }}"1, path: /archive }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!