mirror of
https://github.com/jcwimer/startup-infrastructure
synced 2026-03-24 22:34:42 +00:00
Headed in a new direction using swarm
This commit is contained in:
@@ -19,16 +19,9 @@
|
||||
tasks:
|
||||
- include: ../roles/common/tasks/main.yml
|
||||
|
||||
- name: Deploy gitea
|
||||
hosts: gitea
|
||||
- name: Deploy startup-infrastructure swarm stack
|
||||
hosts: bootstrap
|
||||
user: root
|
||||
serial: 100%
|
||||
tasks:
|
||||
- include: ../roles/gitea/tasks/main.yml
|
||||
|
||||
- name: Deploy dokuwiki
|
||||
hosts: dokuwiki
|
||||
user: root
|
||||
serial: 100%
|
||||
tasks:
|
||||
- include: ../roles/dokuwiki/tasks/main.yml
|
||||
- include: ../roles/startup-infrastructure/tasks/main.yml
|
||||
Reference in New Issue
Block a user