Added rke stuff for deploying home kubernetes

This commit is contained in:
2019-04-10 10:04:37 -04:00
parent 98810165e0
commit 9375d11649
21 changed files with 1129 additions and 3 deletions

View File

@@ -34,6 +34,12 @@
tasks:
- include: ../roles/developer-machine/tasks/main.yml
- name: Set up Kubernetes
hosts: localhost
user: root
tasks:
- include: ../roles/kubernetes/tasks/main.yml
- name: Initialize the swarm
hosts: swarm-bootstrap
user: root