summaryrefslogtreecommitdiff
path: root/baserock_storyboard/instance-storyboard-config.yml
blob: cf74f551850b5bfe888b25b1912d729ead93658b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Instance-specific configuration for the baserock.org StoryBoard instance.
---
- hosts: storyboard
  vars_files:
  - ../baserock_database/baserock_storyboard.database_password.yml
  - ../baserock_database/root.database_password.yml
  - storyboard-vars.yml
  sudo: yes
  roles:
  # We are using a new database here because StoryBoard is not yet compatible
  # with MariaDB
  - { role: geerlingguy.mysql }
  - { role: Mayeu.RabbitMQ }
  - { role: palvarez89.storyboard }