separate install and dev roles, box basic playbook

This commit is contained in:
ProgramSnail 2025-08-08 21:41:02 +03:00
parent 58966f9e4a
commit f7a6f59fc6
9 changed files with 44 additions and 14 deletions

View file

@ -0,0 +1,9 @@
- name: Install common packages
ansible.builtin.dnf5:
name:
- openssl
- perl
- ninja-build
- git
state: latest