Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 768 Bytes

README.md

File metadata and controls

46 lines (34 loc) · 768 Bytes

Role Name

SimpleSAMLphp, install either as SP or IdP. Currently based on Debian distro.

Requirements

  • Debian
  • Nginx / php

Role Variables

  • ssp_task Install either as Service Provider or Identity Provider
  • ssp_base_url Main public url your host is reachable, no / at the end
  • more to come

Example Playbook

- name: SimpleSAMLphp
  hosts: simplesamlhost
  vars:
    - ssp_task: sp
    - ssp_base_url: "https://service.mydomain.com"
  roles:
   - simplesamlphp

TODO

  • Alot! This is first draft...
  • Conditionals checking
  • Make distro agnostic
  • Make the IdP setup work
  • Finish this document

License

BSD

Author

Peter Tambach, piele@sha2017.org