Compare commits

...

3 Commits

2 changed files with 22 additions and 0 deletions

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
apply:
ansible-playbook setup.yml -u root -i "127.0.0.1,"

View File

@ -36,6 +36,16 @@
name: ansible
state: latest
- name: Install cargo
dnf:
name: cargo
state: latest
- name: Install clang
dnf:
name: clang
state: latest
- name: Install CTags
dnf:
name: ctags
@ -76,6 +86,16 @@
name: google-chrome
state: latest
- name: Install jq
dnf:
name: jq
state: latest
- name: Install kernel-devel
dnf:
name: kernel-devel
state: latest
- name: Install libselinux-python
dnf:
name: libselinux-python