Files
ansible/roles/base_config/vars/main.yml
2025-10-23 17:58:41 +02:00

50 lines
851 B
YAML

---
# vars file for base-config
base_config_packages:
- htop
- git
- curl
- sudo
- dctrl-tools
- debian-goodies
- whois
- deborphan
- telnet
- gnupg
- tree
- python3-pyinotify
- python3-systemd
- fail2ban
- iotop-c
- lsb-release
- apt-transport-https
- ca-certificates
- wget
- debian-keyring
- debian-archive-keyring
- gnupg
- gnupg-agent
- software-properties-common
- python3-pip
- qemu-guest-agent
- ncdu
- fail2ban
- nftables
- systemd-timesyncd
- nfs-common
- screen
- unattended-upgrades
- apt-listchanges
base_config_group:
- name: docker
state: present
system: false
base_config_user:
- name: ansible
groups: sudo
state: present
shell: /bin/bash
sshkey: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILX2XSCr4cgsR0+8gRrRWZF2/Seh8zASBojNlBXtodQp zaid@awx