mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-27 09:48:44 +00:00
separate install and dev roles, box basic playbook
This commit is contained in:
parent
58966f9e4a
commit
f7a6f59fc6
9 changed files with 44 additions and 14 deletions
20
roles/dev/tasks/cpp.yml
Normal file
20
roles/dev/tasks/cpp.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
- ansible.builtin.import_tasks: build.yml
|
||||
|
||||
- name: Install tools for cpp dev
|
||||
ansible.builtin.dnf5:
|
||||
name:
|
||||
- make
|
||||
- cmake
|
||||
- xmake
|
||||
|
||||
- clang
|
||||
- clang-tools
|
||||
- clang-tools-extra
|
||||
- clang-devel
|
||||
- clang-tools-devel
|
||||
- clang-tools-extra-devel
|
||||
- clang-libs
|
||||
|
||||
- doxygen
|
||||
|
||||
state: latest
|
||||
Loading…
Add table
Add a link
Reference in a new issue