Initial Ansible scenarios

This commit is contained in:
2026-07-26 22:31:48 +03:00
commit 23c9fd55af
11 changed files with 172 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
---
- name: Install common utilities
ansible.builtin.package:
name:
- mc
- htop
- iotop
- curl
- git
- bash-completion
- unzip
- ca-certificates
- gnupg
- net-tools
- btop
state: present