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:
parent
4c7fe33538
commit
598204f550
1 changed files with 9 additions and 8 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue