Ansible Playbook for favtools
playbook
This rather doesn't fit my github repo ;)
- name: Ensure my favorite tools are installed
yum: pkg={{item}} state=latest
with_items:
- strace
- ltrace
- tcpdump
- vim
- procps
- sysstat
- git
- make
- gcc
- tmux
- links
- man
- ntp
- bind-utils
- nmap
- wget
- telnet
And there would be one dependency here (EPEL repo):
- name: install epel repo
yum: name=http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm state=present
That is only for starters; I'd add here also sysdig and whole playbook for preparing user env.