25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

volumes.yml 255B

7 yıl önce
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