Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
#30 cleaning up first CAS stanza
Browse files Browse the repository at this point in the history
  • Loading branch information
donsizemore committed Apr 19, 2016
1 parent f4ebbb0 commit 6c255e0
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions ansible/example_group_vars/AnnotatedGroupVars
Original file line number Diff line number Diff line change
Expand Up @@ -205,32 +205,20 @@ drop_number: 0
# --- CAS properties --- #
cas:
app_list: all iPlant applications
base: CHANGEME
base: https://"{{ groups['cas'][0] }}"/cas
context_path: cas
do_ssl_config: true
git_url: CHANGEME
# including DICE-UNC's CAS overlay for reference. YMMV.
git_url: https://github.com/DICE-UNC/cas-overlay.git
git_project_name: cas-overlay
group_attribute: entitlement
no_logout_url: http://"{{ groups['ui'][0] }}"
port: CHANGEME
ssl_cert_file: CHANGEME
ssl_key_file: CHANGEME
tomcat_user: tomcat
uid_domain: CHANGEME

# old-style notation. switch these to dotted notation
cas_app_list: all iPlant applications
cas_base: https://de-id.irss.unc.edu:8443/cas
cas_context_path: cas
cas_do_ssl_config: true
# including DICE-UNC's CAS overlay for reference. YMMV.
cas_git_url: https://github.com/DICE-UNC/cas-overlay.git
cas_git_project_name: cas-overlay
cas_group_attribute: entitlement
cas_no_logout_url: http://"{{ groups['ui'][0] }}"
cas_port: 443
cas_ssl_cert_file: CHANGEME
cas_ssl_key_file: CHANGEME
cas_tomcat_user: tomcat
cas_uid_domain: CHANGEME

###############################################################################
# CAS Authentication Settings
###############################################################################
Expand Down

0 comments on commit 6c255e0

Please sign in to comment.