1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update main.yml

This commit is contained in:
A Holt 2018-10-31 00:49:53 -04:00 committed by GitHub
parent 4c7fe33538
commit 598204f550
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,18 +50,19 @@
enabled=yes enabled=yes
when: authserver_enabled when: authserver_enabled
- name: add xs-authserver to service list - name: Add 'authserver' variable values to {{ iiab_ini_file }}
ini_file: dest='{{ iiab_ini_file }}' ini_file:
section=xs-authserver path: "{{ iiab_ini_file }}"
option='{{ item.option }}' section: authserver
value='{{ item.value }}' option: "{{ item.option }}"
value: "{{ item.value }}"
with_items: with_items:
- option: name - option: name
value: XS-authserver value: XS-authserver
- option: description - option: description
value: '"xs-authserver implements a seamless web authentication service value: '"authserver (xs-authserver) implements a seamless web authentication
using XO laptop registration capabilities. It is heavily inspired service using XO laptop registration capabilities. It is heavily
by the Moodle OLPC-XS authentication plugin"' inspired by the Moodle OLPC-XS authentication plugin"'
- option: port - option: port
value: 5000 value: 5000
- option: path - option: path