25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

main.yml 1.3KB

5 년 전
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. debirf_profile: rescue
  2. debirf_label: "{{debirf_profile}}"
  3. debirf_suite: buster
  4. debirf_distro: debian
  5. debirf_mirror: http://deb.debian.org/debian
  6. debirf_default_modules:
  7. - a0_add_extra_repos
  8. - a0_add_security_repos
  9. #- a0_motd
  10. - a0_prep-root
  11. - install-kernel
  12. - install-manpages
  13. #- lock-root-passwd
  14. - mdadm
  15. #- network
  16. #- network-dhcp
  17. #- root-bashrc
  18. - z0_remove-locales
  19. - z1_clean-root
  20. debirf_custom_modules:
  21. - y0_remove-ssh-host-keys
  22. debirf_packages:
  23. # packages
  24. - ifupdown
  25. - openssh-server
  26. - python
  27. # packages from rescue example
  28. # - blktool
  29. # - bonnie++
  30. # - chntpw
  31. # - cryptsetup
  32. # - diskscan
  33. # - dmidecode
  34. # - dosfstools
  35. # - e2tools
  36. # - eject
  37. # - ethtool
  38. # - fancontrol
  39. # - fatresize
  40. # - flashrom
  41. # - foremost
  42. # - gddrescue
  43. # - grub2
  44. # - hdparm
  45. # - hfsplus
  46. # - hfsprogs
  47. # - hfsutils
  48. # - initramfs-tools-core
  49. # - inteltool
  50. # - lm-sensors
  51. # - lsof
  52. # - lsscsi
  53. # - lvm2
  54. # - memtester
  55. # - msrtool
  56. # - mtd-utils
  57. # - ntfs-3g
  58. # - nvramtool
  59. # - parted
  60. # - partimage
  61. # - pciutils
  62. # - rsync
  63. # - screen
  64. # - scrub
  65. # - sdparm
  66. # - sg3-utils
  67. # - smartmontools
  68. # - smp-utils
  69. # - socat
  70. # - squashfs-tools
  71. # - superiotool
  72. # - testdisk
  73. # - testdisk
  74. # - tofrodos
  75. # - u-boot-tools
  76. # - usbutils
  77. # - wget
  78. # - wipe
  79. # - wodim