summaryrefslogtreecommitdiff
path: root/baserock_storyboard/storyboard-vars.yml
blob: 7bf72b3233d44de398eddfbae98699fe601c5749 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# For rabbitmq role
rabbitmq_host: localhost
rabbitmq_port: 5672
rabbitmq_vhost: '/'
rabbitmq_user: storyboard
rabbitmq_user_password: storyboard
rabbitmq_ssl: false
rabbitmq_vhost_definitions:
  - name:    "{{ rabbitmq_vhost }}"
rabbitmq_users_definitions:
  - vhost:    "{{ rabbitmq_vhost }}"
    user:     "{{ rabbitmq_user }}"
    password: "{{ rabbitmq_user_password }}"
rabbitmq_conf_tcp_listeners_address: '127.0.0.1'

# For mysql role
mysql_host: localhost
mysql_port: 3306
mysql_database: storyboard
mysql_user: storyboard
mysql_user_password: "{{ baserock_storyboard_password }}"
mysql_root_password: "{{ root_password }}"
mysql_databases:
  - name: "{{ mysql_database }}"
mysql_users:
  - name: "{{ mysql_user }}"
    host: "{{ mysql_host }}"
    password: "{{ mysql_user_password }}"
    priv: "{{ mysql_database }}.*:ALL"
mysql_packages:
  - mysql-server-5.6
  - python-mysqldb

storyboard_enable_email: 'True'
storyboard_email_sender: StoryBoard (Do Not Reply) <do_not_reply@baserock.org>
storyboard_email_smtp_host: 192.168.222.111
storyboard_email_smtp_timeout: 10

# Install from this branch that includes a patch to enable
# email notifications. This patch is about to be merged upstream. 
storyboard_webclient_repo: https://github.com/palvarez89/storyboard-webclient.git
storyboard_webclient_version: email-notifications

storyboard_fqdn: storyboard.baserock.org
storyboard_openid_url: https://openid.baserock.org/openid/

storyboard_projects: projects.yaml
storyboard_superusers: users.yaml
storyboard_mysql_user_password: "{{ baserock_storyboard_password }}"

storyboard_ssl_cert: ../certs/baserock.org-ssl-certificate-temporary-dsilverstone.full.cert
storyboard_ssl_key: ../private/baserock.org-ssl-certificate-temporary-dsilverstone.pem
storyboard_resolved_ssl_ca: ../certs/startcom-class2-ca-chain-certificate.cert

storyboard_access_token_ttl: 31622400