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,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
|
||||
Reference in New Issue
Block a user