Expand base package list and fix dnsutils name

This commit is contained in:
2026-09-12 11:44:31 -04:00
parent feced9f154
commit 8ade9c9b4f
2 changed files with 9 additions and 1 deletions
+8 -1
View File
@@ -6,17 +6,24 @@ base_locale_default: en_US.UTF-8
base_packages: base_packages:
- apache2-utils - apache2-utils
- bind9-dnsutils
- btop
- cryptsetup - cryptsetup
- curl - curl
- dnsutils - debsecan
- hashdeep - hashdeep
- htop - htop
- jq - jq
- kpartx - kpartx
- ncdu - ncdu
- pv
- pwgen
- rsync - rsync
- screen - screen
- strace - strace
- tcpdump
- tmux
- trash-cli
- tree - tree
- vim - vim
- wget - wget
+1
View File
@@ -3,6 +3,7 @@
name: "{{ base_packages }}" name: "{{ base_packages }}"
state: present state: present
update_cache: true update_cache: true
tags: base_software
- name: Get the default policy and basic SELinux utilities - name: Get the default policy and basic SELinux utilities
ansible.builtin.apt: ansible.builtin.apt: