ソースを参照

current state from 2015-11-29

master
Markus Brecchtel 8年前
コミット
34b3e25be3
2個のファイルの変更9行の追加0行の削除
  1. +1
    -0
      .gitignore
  2. +8
    -0
      tasks/main.yml

+ 1
- 0
.gitignore ファイルの表示

@@ -0,0 +1 @@
*~

+ 8
- 0
tasks/main.yml ファイルの表示

@@ -0,0 +1,8 @@
---

- name: volume groups
lvg:
vg: "{{ item.name }}"
pvs: "{{ item.devices | join(',') }}"
state: present
with_items: "{{ volume_groups }}"

読み込み中…
キャンセル
保存