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.

19 lines
435 B

  1. ---
  2. - hosts: localhost
  3. become: no
  4. roles:
  5. # Just load default variables from roles.
  6. - role: kubespray-defaults
  7. when: false
  8. - role: download
  9. when: false
  10. tasks:
  11. # Generate files.list and images.list files from templates.
  12. - template:
  13. src: ./contrib/offline/temp/{{ item }}.list.template
  14. dest: ./contrib/offline/temp/{{ item }}.list
  15. with_items:
  16. - files
  17. - images