c12s-kubespray/playbooks/bootstrap-nodes.yaml

18 lines
319 B
YAML
Raw Normal View History

2016-07-08 16:49:41 +00:00
- 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