base_packages.yml 399 B

123456789101112131415161718
  1. ---
  2. - name: Update apt repo and cache on all Debian/Ubuntu boxes
  3. apt: update_cache=yes force_apt_get=yes cache_valid_time=3600
  4. - name: Upgrade all packages
  5. apt: upgrade=dist force_apt_get=yes
  6. - name: Install Base Packages
  7. apt:
  8. pkg:
  9. - thefuck
  10. - vim
  11. - net-tools
  12. - nfs-common
  13. - dbus
  14. - avahi-daemon
  15. - apache2-utils
  16. - linux-modules-extra-raspi