25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

25 satır
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