Expand base package list and fix dnsutils name
This commit is contained in:
@@ -6,17 +6,24 @@ base_locale_default: en_US.UTF-8
|
||||
|
||||
base_packages:
|
||||
- apache2-utils
|
||||
- bind9-dnsutils
|
||||
- btop
|
||||
- cryptsetup
|
||||
- curl
|
||||
- dnsutils
|
||||
- debsecan
|
||||
- hashdeep
|
||||
- htop
|
||||
- jq
|
||||
- kpartx
|
||||
- ncdu
|
||||
- pv
|
||||
- pwgen
|
||||
- rsync
|
||||
- screen
|
||||
- strace
|
||||
- tcpdump
|
||||
- tmux
|
||||
- trash-cli
|
||||
- tree
|
||||
- vim
|
||||
- wget
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
name: "{{ base_packages }}"
|
||||
state: present
|
||||
update_cache: true
|
||||
tags: base_software
|
||||
|
||||
- name: Get the default policy and basic SELinux utilities
|
||||
ansible.builtin.apt:
|
||||
|
||||
Reference in New Issue
Block a user