Skip to content

Commit

Permalink
updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ Zimmerman committed Oct 20, 2018
1 parent b05682f commit f53468b
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
@@ -1,5 +1,12 @@
Step 1) Modify the vars files with values specific to your environment and desires.
Step 2) Provision internal DNS A records for the IP Addresses & hostnames you defined for your nodes.
Step 3) `ansible-playbook -e @Vars/vars.yml -i Inventories/Kubernetes_LXC.ini site.yml`
Step 4) ???
Step 5) Profit
## Bootstrap Kubernetes with Ansible

#Summary
This project leverages Ansible and Proxmox to build a four node cluster with Linux Containers (LXC)

#Instructions

1) Modify the vars files with values specific to your environment and desires.
2) Provision internal DNS A records for the IP Addresses & hostnames you defined for your nodes.
3) `ansible-playbook -e @Vars/vars.yml -i Inventories/Kubernetes_LXC.ini site.yml`
4) ???
5) Profit

0 comments on commit f53468b

Please sign in to comment.