1 |
--- |
2 |
|
3 |
### ENVIRONMENT SPECIFIC INFORMATION ### |
4 |
### ### |
5 |
### Usually you would override these using a variables include ### |
6 |
### file, using the vars_files include in your play. These ### |
7 |
### varabales include, for example, passwords, secrets and other ### |
8 |
### environment specific information ### |
9 |
|
10 |
# httpd |
11 |
|
12 |
#webroot_redirect: "https://ca-pilot.aai.egi.eu/" |
13 |
|
14 |
|
15 |
# shibboleth |
16 |
|
17 |
# EGI IdP proxy |
18 |
|
19 |
shib_idp_id: "https://aai-dev.egi.eu/proxy/saml2/idp/metadata.php" |
20 |
shib_idp_metadata: "https://aai-dev.egi.eu/proxy/saml2/idp/metadata.php" |
21 |
|
22 |
shib_meta_name: "EGI Robot Pilot Delegation Service" |
23 |
shib_meta_desc: "EGI Pilot service for providing Per-User Sub-Proxies (PUSPs) to Science Gateways and other portals" |
24 |
shib_meta_url: "https://wiki.egi.eu/wiki/TASK_JRA1.1_Authentication_and_Authorisation_Infrastructure" |
25 |
shib_meta_org: "EGI" |
26 |
shib_meta_org_link: "http://www.egi.eu" |
27 |
|
28 |
shib_meta_admin_company: "EGI" |
29 |
shib_meta_admin_name: "Operator" |
30 |
shib_meta_admin_mail: "msalle@nikhef.nl" |
31 |
|
32 |
shib_meta_contact_company: "EGI" |
33 |
shib_meta_contact_name: "Operator" |
34 |
shib_meta_contact_mail: "msalle@nikhef.nl" |
35 |
|
36 |
shib_meta_sec_contact_company: "EGI" |
37 |
shib_meta_sec_contact_name: "CSIRT" |
38 |
shib_meta_sec_contact_mail: "msalle@nikhef.nl" |
39 |
shib_meta_sec_contact_phone: "" |
40 |
|
41 |
shib_meta_tech_name: "Operator" |
42 |
shib_meta_tech_mail: "msalle@nikhef.nl" |
43 |
|
44 |
# myproxy-server |
45 |
myproxy_ca_host: "{{ inventory_hostname }}" |
46 |
|
47 |
# Default JSON web key id: |
48 |
oa4mp_server_jwk_key_id: "6693EDBDF81C92D6032CD2057386B7E0" |
49 |
|
50 |
# contact in case of errors |
51 |
contact: "root@localhost" |