mirror of
https://github.com/jcwimer/startup-infrastructure
synced 2026-03-24 22:34:42 +00:00
Switched to kubernetes
This commit is contained in:
19
playbooks/kubernetes.yml
Normal file
19
playbooks/kubernetes.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
- name: Pre rke
|
||||
hosts: kube-masters kube-workers
|
||||
gather_facts: yes
|
||||
serial: 100%
|
||||
tasks:
|
||||
- include: ../roles/kubernetes/tasks/pre-rke.yml
|
||||
|
||||
- name: Set up Kubernetes
|
||||
hosts: localhost
|
||||
tasks:
|
||||
- include: ../roles/kubernetes/tasks/main.yml
|
||||
|
||||
- name: Post rke
|
||||
hosts: kube-masters kube-workers
|
||||
gather_facts: yes
|
||||
serial: 100%
|
||||
tasks:
|
||||
- include: ../roles/kubernetes/tasks/post-rke.yml
|
||||
Reference in New Issue
Block a user