[GIT] refactor submodules: add all to own repo

This commit is contained in:
Jannik Beyerstedt 2019-10-06 22:41:31 +02:00
commit 6ce42341b2
19 changed files with 328 additions and 0 deletions

17
tasks/tools-Debian.yml Normal file
View file

@ -0,0 +1,17 @@
---
# Common/Tools: Additional Tools (depending on OS) - Debian Version
- name: tools - Install basic utilities
become: yes
apt:
name: "{{ packages }}"
state: latest
update_cache: yes
cache_valid_time: 3600
vars:
packages:
- wget
- rsync
- htop
- unzip
# - dnsutils