mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-02 01:08:54 -03:30
Added bootstrap script for Ubuntu 16.04 LTS and later
This commit is contained in:
committed by
Antoine Legrand
parent
2606e8e1c8
commit
df2b2d7417
5
ubuntu-bootstrap.yml
Normal file
5
ubuntu-bootstrap.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: all
|
||||
gather_facts: False
|
||||
roles:
|
||||
- ubuntu-bootstrap
|
||||
Reference in New Issue
Block a user