diff --git a/Ansible/group_vars/unn_idp b/Ansible/group_vars/unn_idp new file mode 100644 index 0000000..0d99fab --- /dev/null +++ b/Ansible/group_vars/unn_idp @@ -0,0 +1,34 @@ +# institute metadata +site_name: UNN IdP +host_institute: + name: University of Nigeria + url: http://www.unn.edu.ng + +# LDAP variables +server_country: NG +server_state: +server_location: Nsukka +server_organization: NGREN +server_organization_unit: UNN +ldap_server: ldap.grid.unn.edu.ng +root_password_clear: HiPIC#17 +sgw_admin: collins.udanor@unn.edu.ng + +# institute metadata +host_institute: + name: University of Nigeria Nsukka + url: http://www.unn.edu.ng + +organisation: + name: UNN + logo: unnlogo.jpg + +mail_contact: collins.udanor@unn.edu.ng +# IDP variables. these are specifically related to the IdPOpen Web front end. +idp: + name: UNN IdP + admin_user: Collins Udanor + admin_email: collins.udanor@unn.edu.ng + metadata_url: https://{{ hostvars[groups['shibboleth-idps'][0]]['ansible_fqdn']}}/idp/shibboleth + mail_server: + header_logo: Logo.jpg diff --git a/Ansible/site.yml b/Ansible/site.yml index 4af2452..e467ce2 100644 --- a/Ansible/site.yml +++ b/Ansible/site.yml @@ -19,9 +19,9 @@ slack: domain: africa-arabia-roc.slack.com token: 6EJfIMngdMiwrmnScAA4znB5 - msg: "Starting site playbook on {{ site_name }} ( including {{ inventory_hostname }})" + msg: "Starting site playbook on {{ site_name}} ( including {{ inventory_hostname }})" channel: "#devopssite" - username: "Ansible on site {{ site_name }}" + username: "Ansible on site {{ site_name}}" #icon_url: "http://www.example.com/some-image-file.png" link_names: 0 parse: 'none'