[CODE] add support for Centos + extend ArchLinux support

This commit is contained in:
Jannik Beyerstedt 2020-01-26 17:09:52 +01:00
parent 00c4c7eb96
commit c724080b34
10 changed files with 177 additions and 0 deletions

View file

@ -0,0 +1,15 @@
---
# Common/Usertools: User's Main Machine/ Developer Tools - CentOS Version
- name: usertools - Install user's working utilities
become: yes
yum:
name: "{{ packages }}"
state: present
vars:
packages:
- nmap
- rsync
- icdiff
- iftop
- ansible