ansible-development-environ.../roles/robertdebock.investigate/vars/main.yml

69 lines
1.0 KiB
YAML

---
# vars file for investigate
_investigate_packages:
Alpine:
- net-tools
- busybox-extras
- tcpdump
- bash
- bash-completion
- curl
- screen
Archlinux:
- net-tools
- tcpdump
- bash
- bash-completion
- curl
- screen
Debian:
- net-tools
- tcpdump
- telnet
- bash
- bash-completion
- curl
- screen
CentOS:
- net-tools
- tcpdump
- telnet
- bash
- bash-completion
- curl
- screen
Fedora:
- net-tools
- tcpdump
- telnet
- bash
- bash-completion
- curl
- screen
openSUSE Leap:
- net-tools
- tcpdump
- telnet
- bash
- bash-completion
- curl
- screen
openSUSE Tumbleweed:
- net-tools
- tcpdump
- telnet
- bash
- bash-completion
- curl
- screen
Ubuntu:
- net-tools
- tcpdump
- telnet
- bash
- bash-completion
- curl
- screen
investigate_packages: "{{ _investigate_packages[ansible_distribution] }}"