Skip to content

rkl110/debian-k8-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

!! far from being perfect !!

README

Ansible Playbook, to Setup K8-Cluster on Debian 11 minimal installation (only SSH).

This Playbook does not cover Security.

Export ANSIBLE_VAULT_PASSWORD_FILE for Vaultpass

export ANSIBLE_VAULT_PASSWORD_FILE=./.vault_pass

Install Requirements

You can also include it in a requirements.yml file and install it via ansible-galaxy using the format:

ansible-galaxy collection install -r requirements.yml

run playbook

ansible-playbook debian-k8-cluster.yml -i hosts

If not working Try

ansible-playbook debian-k8-cluster.yml -i hosts -u root -e "@vaultvars.yml"

About

Ansible script to setup 3 node debian k8 cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages