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.

2 年之前
7 年之前
3 年之前
7 年之前
12345678910111213141516171819202122
  1. ---
  2. - include_tasks: setup_{{ansible_os_family}}.yaml
  3. #- name: debootstrap download
  4. # command:
  5. # debootstrap
  6. # --download-only
  7. # --make-tarball={{debootstrap_tarball}}
  8. # {{debootstrap_args}}
  9. # {{debootstrap_suite}}
  10. # {{debootstrap_download_directory}}
  11. # {{debian_mirror}}
  12. # args:
  13. # creates: "{{debootstrap_tarball}}"
  14. - name: debootstrap
  15. command: debootstrap
  16. {{debootstrap_args}}
  17. {{debootstrap_suite}}
  18. {{root_target_directory}}
  19. {{debian_mirror}}