Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Ansible playbook deploying a Kubernetes cluster on a VMWare stack.

License

Notifications You must be signed in to change notification settings

Ant0wan/VMWare-Kubenetes-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
#!/usr/bin/env bash
apt update
apt install software-properties-common
apt-add-repository --yes --update ppa:ansible/ansible
apt install ansible
ansible-galaxy collection install -r requirements.yaml
pip install pyvmomi
wget https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.ova -O /tmp/ubuntu-18.04-server-cloudimg-amd64.ova
export ANSIBLE_HOST_KEY_CHECKING=False
ansible-playbook -i hosts cluster.yaml

plan

About

Ansible playbook deploying a Kubernetes cluster on a VMWare stack.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project