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:
|
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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user