소스 검색

current state from 2015-11-29

master
Markus Brecchtel 8 년 전
커밋
cfeaacbc03
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: logical volumes
lvol:
vg: "{{ item.volume_group }}"
lv: "{{ item.name }}"
size: "{{ item.size }}"
with_items: "{{ logical_volumes }}"

불러오는 중...
취소
저장