Compare commits
2 commits
38414e302d
...
7b0431ad6b
| Author | SHA1 | Date | |
|---|---|---|---|
| 7b0431ad6b | |||
|
a92e144cfc |
2 changed files with 21 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
redis:
|
||||
image: docker.io/library/redis:7.4.7
|
||||
image: docker.io/library/redis:8.4.0
|
||||
ports:
|
||||
- "6379:6379"
|
||||
volumes:
|
||||
|
|
|
|||
|
|
@ -11,3 +11,23 @@
|
|||
replace: " #- ssh"
|
||||
become: true
|
||||
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