Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
/ k8s-ansible Public archive

Create a Kubernetes cluster with Ansible

Notifications You must be signed in to change notification settings

hrrrsn/k8s-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K8s Ansible Cluster Deployment

Ansible playbook to deploy a Kubernetes cluster on Fedora Linux (or other RHEL-based distros)

Instructions:

Create a key for ArgoCD to authenticate to your Git repo with

ssh-keygen -t ed25519 -f files/argocd_key -q -N ""

Grant the files/argocd_key.pub access to your git repo

Update the inventory.ini and vars.yml files with your details and run the playbook:

ansible-playbook -K -i inventory.ini deploy-cluster.yml

About

Create a Kubernetes cluster with Ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published