This commit is contained in:
Gabenov Stanislav
2026-02-09 20:12:53 +03:00
commit 0b058c35de
17 changed files with 208 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
- name: Install base packages
ansible.builtin.apt:
name:
- vim
- curl
- git
- htop
state: present
update_cache: true