Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 706 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 706 Bytes

Role "minimal"

Actions

  • Configure APT (sources.list)
  • Install minimal packages (vim, htop...)
  • Install Intel/AMD microcode if needed
  • Install and configure OpenNTPd
  • Deploy bashrc, vimrc, ssh keys for root user
  • Update few alternatives
  • Configure system: hostname, timezone and locale
  • Sysctl tuning

Variables

  • apt_default_host: FQDN of Debian default repository
  • debian_backport_host: FQDN of backport repository
  • hostname: you really need a doc?
  • ntp_host: FQDN of pool NTDP (don't provide "0."...)
  • sysctl_config: key value for sysctl
  • system_locales: list of locales
  • system_timezone

Notes

No dependencies!