Move node bootstrap to ansible

This commit is contained in:
Aleksandr Didenko
2016-07-08 18:49:41 +02:00
parent 6a287973d9
commit a5a34c98a5
5 changed files with 22 additions and 29 deletions

View File

@@ -0,0 +1,18 @@
- hosts: all
tasks:
- name: Install packages
package: name={{ item }} state=latest
with_items:
- python
- python-pip
- screen
- vim
- telnet
- tcpdump
- traceroute
- iperf3
- nmap
- ethtool
- curl
- git
- dnsutils