added all the old stuff
This commit is contained in:
49
roles/base_config/vars/main.yml
Normal file
49
roles/base_config/vars/main.yml
Normal file
@@ -0,0 +1,49 @@
|
||||
---
|
||||
# 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
|
||||
Reference in New Issue
Block a user