allow to change the installed packages

main
n0emis 3 years ago
parent 7bfaee6e72
commit 15c6660614
Signed by: n0emis
GPG Key ID: 00FAF748B777CF10

@ -8,4 +8,26 @@ system_timezone: "Europe/Berlin"
ssh_allow_password: no
base_upgrade: yes
base_packages:
- vim
- nano
- htop
- git
- tmux
- screen
- byobu
- ncdu
- moreutils
- apt-transport-https
- smartmontools
- zip
- unzip
- zsh
- rsync
- gnupg
- sudo
- curl
- python3-pip
- python3-setuptools
- python3-venv
base_additional_packages: []

@ -7,28 +7,7 @@
- name: install a default set of packages
package:
name:
- vim
- nano
- htop
- git
- tmux
- screen
- byobu
- ncdu
- moreutils
- apt-transport-https
- smartmontools
- zip
- unzip
- zsh
- rsync
- gnupg
- sudo
- curl
- python3-pip
- python3-setuptools
- python3-venv
name: "{{ base_packages }}"
state: present
tags: packages

Loading…
Cancel
Save