Browse Source

current state from 2015-11-29

master
Markus Brecchtel 7 years ago
commit
cfeaacbc03
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: logical volumes
lvol:
vg: "{{ item.volume_group }}"
lv: "{{ item.name }}"
size: "{{ item.size }}"
with_items: "{{ logical_volumes }}"

Loading…
Cancel
Save