Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UNN IdP in group_vars #350

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

UNN IdP in group_vars #350

wants to merge 4 commits into from

Conversation

cudanor
Copy link

@cudanor cudanor commented Jan 10, 2017

I have created a new file under group_vars for the University of Nigeria IdP called unn_idp. Please kindly review my entries to see if they are alright.
Thanks

Copy link
Member

@brucellino brucellino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @cudanor Thanks for the PR.

The important thing to submit are the variables for your site, under group_vars. This you've done 👍 but you also changed site.yml in a subsequent commit 👎 Can you please revert those changes ?

Copy link
Member

@brucellino brucellino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @cudanor thanks for fixing the site.yml - just need to take care of the other two issues.

server_organization: NGREN
server_organization_unit: UNN
ldap_server: ldap.grid.unn.edu.ng
root_password_clear: HiPIC#17
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this variable (and all others) to passwords-{{ site_name }}.yml (e.g. passwords-unn.yml). This is pulled in dynamically by the playbook. You should encrypt those passwords with ansible-vault, or leave them out of the repo entirely.

@@ -0,0 +1,34 @@
# institute metadata
site_name: UNN IdP
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name should not have spaces. Also, it should refer to the site (UNN), not a specific service (IdP). I would change this to lower-case : site_name: unn

@@ -19,10 +19,10 @@
slack:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert the changes in this file - they are incorrect.

@cudanor
Copy link
Author

cudanor commented Jan 12, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants