25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

volumes.yml 255B

7 년 전
1234567
  1. ---
  2. - name: set additional logical volumes
  3. set_fact:
  4. logical_volumes: "{{lookup('template','logical_volumes.json.j2')}}"
  5. filesystems: "{{lookup('template','logical_volume_filesystems.json.j2')}}"
  6. when: partitioning_profile_volumes is defined