2019-10-06 20:41:31 +00:00
|
|
|
---
|
2019-10-14 06:47:22 +00:00
|
|
|
# Common/Tools: Additional Tools (depending on OS) (rsync; dnsutils, htop, unzip)
|
2019-10-06 20:41:31 +00:00
|
|
|
|
|
|
|
- name: tools - Install basic utilities
|
|
|
|
include_tasks: "{{ item }}"
|
|
|
|
with_first_found:
|
|
|
|
- "tools-{{ ansible_distribution }}.yml"
|
2019-10-10 14:43:35 +00:00
|
|
|
- "tools-{{ (override_os_family is defined) | ternary(override_os_family,ansible_os_family) }}.yml"
|