base_config(role): ensure base set of admin tools is installed
Some checks failed
/ Ansible Lint (push) Failing after 1m55s
Some checks failed
/ Ansible Lint (push) Failing after 1m55s
See: https://git.hamburg.ccc.de/CCCHH/nix-infra/src/branch/main/config/common/admin-environment.nix
This commit is contained in:
parent
c638790819
commit
a92e144cfc
1 changed files with 20 additions and 0 deletions
|
|
@ -11,3 +11,23 @@
|
||||||
replace: " #- ssh"
|
replace: " #- ssh"
|
||||||
become: true
|
become: true
|
||||||
when: base_config__stat_cloud_cfg.stat.exists
|
when: base_config__stat_cloud_cfg.stat.exists
|
||||||
|
|
||||||
|
# Ensure a base set of admin tools is installed.
|
||||||
|
- name: ensure a base set of admin tools is installed
|
||||||
|
ansible.builtin.apt:
|
||||||
|
name:
|
||||||
|
- vim
|
||||||
|
- joe
|
||||||
|
- nano
|
||||||
|
- htop
|
||||||
|
- btop
|
||||||
|
- ripgrep
|
||||||
|
- fd-find
|
||||||
|
- tmux
|
||||||
|
- git
|
||||||
|
- curl
|
||||||
|
- rsync
|
||||||
|
- dnsutils
|
||||||
|
- usbutils
|
||||||
|
- kitty
|
||||||
|
become: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue