Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

25 рядки
456B

  1. debian_mirror: http://deb.debian.org/debian
  2. debian_distribution: stretch
  3. debian_components:
  4. - main
  5. - contrib
  6. - non-free
  7. debootstrap_suite: "{{ debian_distribution }}"
  8. debootstrap_components: "{{ debian_components }}"
  9. debootstrap_arch: amd64
  10. debootstrap_include:
  11. - linux-image-amd64
  12. - openssh-server
  13. - python
  14. - console-setup
  15. - dbus
  16. - acpi
  17. - acpi-support
  18. - mdadm
  19. - cryptsetup
  20. - lvm2
  21. - grub-pc
  22. - bridge-utils
  23. - busybox-static