Compare commits
3 Commits
fec1aa51e5
...
aa719e50f5
Author | SHA1 | Date | |
---|---|---|---|
aa719e50f5 | |||
34aefcc2b3 | |||
0fedaa34b4 |
2
Makefile
Normal file
2
Makefile
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
apply:
|
||||||
|
ansible-playbook setup.yml -u root -i "127.0.0.1,"
|
20
setup.yml
20
setup.yml
@ -36,6 +36,16 @@
|
|||||||
name: ansible
|
name: ansible
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
|
- name: Install cargo
|
||||||
|
dnf:
|
||||||
|
name: cargo
|
||||||
|
state: latest
|
||||||
|
|
||||||
|
- name: Install clang
|
||||||
|
dnf:
|
||||||
|
name: clang
|
||||||
|
state: latest
|
||||||
|
|
||||||
- name: Install CTags
|
- name: Install CTags
|
||||||
dnf:
|
dnf:
|
||||||
name: ctags
|
name: ctags
|
||||||
@ -76,6 +86,16 @@
|
|||||||
name: google-chrome
|
name: google-chrome
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
|
- name: Install jq
|
||||||
|
dnf:
|
||||||
|
name: jq
|
||||||
|
state: latest
|
||||||
|
|
||||||
|
- name: Install kernel-devel
|
||||||
|
dnf:
|
||||||
|
name: kernel-devel
|
||||||
|
state: latest
|
||||||
|
|
||||||
- name: Install libselinux-python
|
- name: Install libselinux-python
|
||||||
dnf:
|
dnf:
|
||||||
name: libselinux-python
|
name: libselinux-python
|
||||||
|
Reference in New Issue
Block a user