64 lines
1,009 B
YAML
64 lines
1,009 B
YAML
---
|
|
chezlepro_timezone: "America/Toronto"
|
|
chezlepro_admin_user: "ansible"
|
|
|
|
chezlepro_ssh_password_authentication: "yes"
|
|
chezlepro_ssh_permit_root_login: "no"
|
|
chezlepro_ssh_pubkey_authentication: "yes"
|
|
|
|
chezlepro_disable_systemd_ssh_auto: true
|
|
|
|
cloud_init_ssh_pwauth: true
|
|
cloud_init_manage_etc_hosts: true
|
|
cloud_init_disable_root: true
|
|
cloud_init_ssh_deletekeys: true
|
|
|
|
confirm_template_cleanup: false
|
|
|
|
chezlepro_common_packages:
|
|
- sudo
|
|
- openssh-server
|
|
- qemu-guest-agent
|
|
- cloud-init
|
|
- cloud-guest-utils
|
|
- python3
|
|
- python3-apt
|
|
- python3-pip
|
|
- acl
|
|
- curl
|
|
- wget
|
|
- ca-certificates
|
|
- gnupg
|
|
- git
|
|
- vim
|
|
- nano
|
|
- bash-completion
|
|
- tmux
|
|
- rsync
|
|
- unzip
|
|
- zip
|
|
- tar
|
|
- jq
|
|
- htop
|
|
- iotop
|
|
- iftop
|
|
- sysstat
|
|
- lsof
|
|
- ncdu
|
|
- tree
|
|
- file
|
|
- less
|
|
- dnsutils
|
|
- iproute2
|
|
- iputils-ping
|
|
- net-tools
|
|
- traceroute
|
|
- mtr-tiny
|
|
- tcpdump
|
|
- netcat-openbsd
|
|
- socat
|
|
- chrony
|
|
- logrotate
|
|
- unattended-upgrades
|
|
- apt-listchanges
|
|
- needrestart
|