forked from equalitie/eqpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
play-init-env.yml
88 lines (71 loc) · 2 KB
/
play-init-env.yml
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
---
- hosts: localhost
gather_facts: false
vars_prompt:
- name: "org_name"
prompt: "Enter organization name"
default: "eQualit.ie"
private: no
- name: "org_support_email"
prompt: "Enter organization support email address"
default: "[email protected]"
private: no
- name: "org_support_url"
prompt: "Enter organization support website address"
default: "eqpress.equalit.ie"
private: no
- name: "root_cert_country"
prompt: "Root certificate country"
default: "CA"
private: no
- name: "root_cert_state"
prompt: "Root certificate state/province"
default: "Quebec"
private: no
- name: "root_cert_city"
prompt: "Root certificate city"
default: "Montreal"
private: no
- name: "root_cert_org_unit"
prompt: "Root certificate orginazational unit"
default: "eQualit.ie Certification Services"
private: no
- name: "root_cert_common_name"
prompt: "Root certificate common name"
default: "eQualit.ie Root Certificate"
private: no
- name: "root_cert_email"
prompt: "Root certificate email address"
default: "[email protected]"
private: no
- name: "mandrill_username"
prompt: "Mandrill username"
default: ""
private: no
- name: "mandrill_password"
prompt: "Mandrill password"
default: ""
private: yes
- name: "sendgrid_username"
prompt: "Sendgrid username"
default: ""
private: no
- name: "sendgrid_password"
prompt: "Sendgrid password"
default: ""
private: yes
- name: "email_service"
prompt: "Default email service"
default: "mandrill"
private: no
- name: "monitoring_email"
prompt: "Monitoring email address"
default: "[email protected]"
private: no
- name: "timezone"
prompt: "Timezone"
default: "America/Montreal"
private: no
roles:
- init-env
- gen-root-cert