Skip to content

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

become_user: root
tasks:
- name: Send slack message
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