Commit 0b40d572 by ansible

no message

1 parent 9c5082fd
Showing with 6 additions and 6 deletions
---
- hosts: 03_vdc-disk
- hosts: 02_vdc-disk
become: true
tasks:
- name: "Mount up \"{{ item.device }}\" to \"{{ item.path }}\""
......@@ -13,7 +13,7 @@
- { device: /dev/vdc2, path: /upload }
- { device: /dev/vdc3, path: /archive }
- { device: /dev/vdc4, path: /data }
- hosts: 03_sdb-disk
- hosts: 02_sdb-disk
become: true
tasks:
- name: "Mount up \"{{ item.device }}\" to \"{{ item.path }}\""
......@@ -28,7 +28,7 @@
- { device: /dev/sdb3, path: /archive }
- { device: /dev/sdb4, path: /data }
- hosts: 03_vdb-disk
- hosts: 02_vdb-disk
become: true
tasks:
- name: "Mount up \"{{ item.device }}\" to \"{{ item.path }}\""
......
---
- hosts: 03_vdc-disk
- hosts: 02_vdc-disk
become: true
tasks:
- name: Create partiton
......@@ -16,7 +16,7 @@
- { device: "/dev/vdc", number: "3", start: "81%", end: "90%" }
- { device: "/dev/vdc", number: "4", start: "91%", end: "100%" }
- hosts: 03_sdb-disk
- hosts: 02_sdb-disk
become: true
tasks:
- name: Create partiton
......@@ -33,7 +33,7 @@
- { device: "/dev/sdb", number: "3", start: "81%", end: "90%" }
- { device: "/dev/sdb", number: "4", start: "91%", end: "100%" }
- hosts: 03_vdb-disk
- hosts: 02_vdb-disk
become: true
tasks:
- name: Create partiton
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!