Added role native-git

This commit is contained in:
2022-08-18 07:16:21 +02:00
parent 8b4990bd24
commit f098ad312e
8 changed files with 67 additions and 54 deletions

View File

@@ -0,0 +1,43 @@
- name: install general software
community.general.pacman:
name:
# programing language interpreters
#- jdk11-openjdk
#- python
#- php
# description language interpreters
#- texlive-most
# compression tools
#- p7zip
# network analyze tools
#- traceroute
#- wireshark-qt
#- wireshark-cli
# security tools
#- ecryptfs-utils
#- encfs
#- keepassxc
# browsers
- chromium
# video/picture manipulation
#- gimp
#- blender
#- obs-studio
# code quality tools
#- shellcheck
# ide's
#- atom
#- arduino
#- arduino-docs
# virtualization tools
#- qemu
state: present