##################################### ### someone's ansible provisioner ### ##################################### # Part of: https://git.somenet.org/root/pub/somesible.git # 2017-2024 by someone # # If not overridden in inventory or as a parameter, this is the value that will be used # --- is_bare_metal: True apt_cache_valid_time: 3600 apt_helper_packages: - fasttrack-archive-keyring # purge old packages and cleanup downloaded package cache. apt_cleanup: True apt_additional_pkg: - apparmor - apparmor-utils - aptitude - bc - btrfs-compsize - btrfs-progs - conntrack - dbus - dnsutils - dstat - fdisk - gdisk - git - htop - lshw - lsof - man - mlocate - python3-pip - rsync - rsyslog - sqlite3 - tmux - vim - zsh - zstd apt_additional_pkg_bare_metal: - fwupd - fwupd-amd64-signed - lm-sensors - mdadm - smartmontools - usbutils apt_additional_pkg_extra: []