Added rke stuff for deploying home kubernetes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user