Browse Source

current state from 2015-11-29

master
Markus Brecchtel 7 years ago
commit
34b3e25be3
2 changed files with 9 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +8
    -0
      tasks/main.yml

+ 1
- 0
.gitignore View File

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

+ 8
- 0
tasks/main.yml View File

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

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

Loading…
Cancel
Save