c12s-kubespray/playbooks/bootstrap-nodes.yaml
2016-07-08 19:11:13 +02:00

18 lines
319 B
YAML

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