Ansible script for SimpleSAMLphp
contact: remko@whay.nl
-
hosts: servername become: yes
vars: servername : 'saml.example.com' baseurl : 'saml.example.com' authadmin : 'Password123' secretsalt : '12345678901234567890123456789012' contactmail : 'email@example.com' timezone : 'Europe/Amsterdam'
roles:
- SimpleSAMLphp-Ansible