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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

main.yaml 1.5KB

2 jaren geleden
4 maanden geleden
2 jaren geleden
2 jaren geleden
2 jaren geleden
2 jaren geleden
2 jaren geleden
2 jaren geleden
2 jaren geleden
2 jaren geleden
1 jaar geleden
2 jaren geleden
2 jaren geleden
2 jaren geleden
1 jaar geleden
1 jaar geleden
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. debian_base_packages:
  2. # editors
  3. - nano
  4. # network tools
  5. - net-tools
  6. - iputils-ping
  7. # shells
  8. - fish
  9. - elvish
  10. - sash
  11. # file sync tools
  12. - rsync
  13. - zsync
  14. # ansible requirements
  15. - python3
  16. - python3-apt
  17. # system
  18. - console-setup
  19. - dbus
  20. debian_common_packages:
  21. # admin tools
  22. - lsof
  23. - less
  24. - psmisc
  25. - ipcalc
  26. - ipv6calc
  27. # apt tools
  28. - aptitude
  29. # compression
  30. - unzip
  31. - p7zip
  32. - zip
  33. - xz-utils
  34. # editors
  35. - nano
  36. - micro
  37. - vim
  38. - joe
  39. # network tools
  40. - whois
  41. - nmap
  42. - tcpdump
  43. - bind9-dnsutils
  44. - mtr
  45. - oping
  46. - ipcalc
  47. - ipv6calc
  48. # documentation
  49. - man-db
  50. # tools
  51. - pwgen
  52. # compression
  53. - unzip
  54. - p7zip
  55. - zip
  56. - unzip
  57. # file sync tools
  58. - rsync
  59. - zsync
  60. - unison
  61. - rclone
  62. # shells
  63. - fish
  64. - elvish
  65. # shell tools
  66. - tmux
  67. - socat
  68. - jq
  69. - jo
  70. - pv
  71. - qrencode
  72. - moreutils
  73. # terminfo
  74. - kitty-terminfo
  75. # programming
  76. - python3
  77. - python3-pip
  78. - python3-setuptools
  79. - golang
  80. # system
  81. - console-setup
  82. - dbus
  83. - systemd-timesyncd
  84. # localization
  85. - locales
  86. # security tools
  87. - openssh-client
  88. - ssh-agent-filter
  89. - gnupg
  90. - gnupg-agent
  91. # installation utils
  92. - debootstrap
  93. debian_machine_packages:
  94. # hardware utils
  95. - pciutils
  96. - usbutils
  97. - acpi
  98. - lshw
  99. # hard disk utils
  100. - parted
  101. - mdadm
  102. - cryptsetup
  103. - lvm2
  104. # filesystem tools
  105. - btrfs-progs
  106. - dosfstools
  107. debian_firmware_packages:
  108. - firmware-linux
  109. - firmware-sof-signed
  110. - firmware-iwlwifi