您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

20 行
467B

  1. ---
  2. - name: load base profile vars
  3. include_vars:
  4. file: "base_profiles/{{partitioning_base_profile}}.yml"
  5. name: _partitioning_base_profile
  6. - name: set hard disks base profile
  7. set_fact:
  8. hard_disks: "{{lookup('template','hard_disks_base_profile.json.j2')}}"
  9. - name: set hard disks
  10. set_fact:
  11. hard_disks: "{{lookup('template','hard_disks_set.json.j2')}}"
  12. # - name: debug hard hard_disks
  13. # debug:
  14. # msg:
  15. # hard_disks: "{{hard_disks}}"