/
/
Baseline configuration for Debian/Ubuntu hosts. Safe for servers and desktops.
system_extra_packages
)/etc/hosts
system_extra_packages: []
system_manage_hostname: true
system_passwordless_sudo: true
system_sudo_group: sudo
system_disable_auto_updates: true
system_umask: "002"
- hosts: all
roles:
- role: system
vars:
system_extra_packages: [curl, git, vim]