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

16 lines
308B

  1. ---
  2. - name: set filesystem uuid namespace
  3. set_fact:
  4. filesystem_uuid_namespace: "{{ lookup('pipe','uuid -v4') }}"
  5. - name: set hard_disks
  6. set_fact:
  7. hard_disks: "{{lookup('template','hard_disks.json.j2')}}"
  8. #- name: _host_vars debug
  9. # debug:
  10. # msg: "{{_host_vars}}"
  11. - include: host_vars.yml