12 lines
255 B
YAML
12 lines
255 B
YAML
---
|
|
# This playbook deploys the whole application stack for wrestlingdev
|
|
#
|
|
- name: Gather facts for all
|
|
hosts: all
|
|
remote_user: root
|
|
gather_facts: true
|
|
|
|
- include: playbooks/galeradb.yml
|
|
- include: playbooks/proxy.yml
|
|
- include: playbooks/rails.yml
|