1
0
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:
2019-10-25 17:57:00 -04:00
parent da3b80c69a
commit 01f384ac14
40 changed files with 1293 additions and 521 deletions

View File

@@ -19,11 +19,10 @@
tasks:
- include: ../roles/common/tasks/main.yml
- import_playbook: swarm.yml
- import_playbook: kubernetes.yml
- name: Deploy startup-infrastructure swarm stack
hosts: bootstrap
user: root
serial: 100%
- name: Deploy startup-infrastructure to kubernetes
hosts: localhost
connection: local
tasks:
- include: ../roles/startup-infrastructure/tasks/main.yml