mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-19 14:57:43 -02:30
Move node bootstrap to ansible
This commit is contained in:
18
playbooks/bootstrap-nodes.yaml
Normal file
18
playbooks/bootstrap-nodes.yaml
Normal 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
|
||||
Reference in New Issue
Block a user