Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
/ ansible-coreos Public archive

Ansible roles and playbooks for CoreOS + K8s

Notifications You must be signed in to change notification settings

khusseini/ansible-coreos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core OS Ansible Scripts

!! UNDER ACTIVE DEVELOPMENT !!

See make help or the Makefile for more information.

Usage

Step 0: Configure Inventory

See ansible/inventory/vagrant/inventory.ini

make coreos-bootstrapped.yml

Step 1: Install CoreOS

make coreos-k8s/cloud-config.yml
make coreos-updated.yml

Step 2: Configure Cluster

make coreos-k8s/kubectl.yml
make coreos-k8s/init-k8s.yml

Credits

Ansible roles and cloud-config are inspired by and partially copied from cornelius-keller/ansible-coreos-kubernetes