forked from cider-ci/cider-ci_deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvars-server.yml
More file actions
59 lines (45 loc) · 1.06 KB
/
Copy pathvars-server.yml
File metadata and controls
59 lines (45 loc) · 1.06 KB
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
56
57
release: "{{releases[0]}}"
# remove this after upgrading polyglot
# polyglot_force_restart: True
cider_ci_local_facts_file: /etc/ansible/facts.d/cider_ci.fact
# web
#web_host_name: "{{ansible_default_ipv4.address}}"
web_host_ip: "{{ansible_default_ipv4.address}}"
web_sub_path: "/cider-ci"
web_ui_prefix: "/ui"
rails_env: production
force_ssl: False
repositories_path: /var/local/repositories
trial_attachments_path: /var/local/storage/trial-attachments
tree_attachments_path: /var/local/storage/tree-attachments
ui_root_path: /var/local/user-interface
database_cider_ci_secret_path: "{{secrets_dir_path}}/database_cider_ci_secret.txt"
database:
name: cider_ci_{{rails_env}}
port: 5432
user: cider-ci
password: "{{database_cider_ci_secret}}"
rubies:
jruby:
version: jruby-1.7.13
alias: jruby-1.7
present: True
mri:
version: 2.1.2
alias: 2.1
present: True
default: True
traits:
- firefox
- imagemagick
- jdk
- lein
- libimage-exiftool-perl
- linux
- mysql
- nodejs
- pg93
- phantomjs
- rbenv
- ruby
- tightvnc