[CODE] add support for Centos + extend ArchLinux support
This commit is contained in:
parent
00c4c7eb96
commit
c724080b34
10 changed files with 177 additions and 0 deletions
15
tasks/tools-Centos.yml
Normal file
15
tasks/tools-Centos.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
# Common/Tools: Additional Tools (depending on OS) - CentOS Version
|
||||
# (bind-utils includes dig)
|
||||
|
||||
- name: tools - Install basic utilities
|
||||
become: yes
|
||||
yum:
|
||||
name: "{{ packages }}"
|
||||
state: present
|
||||
vars:
|
||||
packages:
|
||||
- rsync
|
||||
- bind-utils
|
||||
- htop
|
||||
- unzip
|
Loading…
Add table
Add a link
Reference in a new issue