You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
326 B

  1. - set_fact:
  2. base_dir: "{{playbook_dir}}/.generated/"
  3. - file: path={{base_dir}} state=directory recurse=true
  4. - template: src={{item}} dest="{{base_dir}}/{{item}}"
  5. with_items:
  6. - network.json
  7. - storage.json
  8. - availability-sets.json
  9. - bastion.json
  10. - masters.json
  11. - minions.json
  12. - clear-rg.json