mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Move 19 roles into roles/0-DEPRECATED-ROLES
This commit is contained in:
parent
0e39c42bbd
commit
2218d2334b
124 changed files with 5 additions and 1 deletions
17
roles/0-DEPRECATED-ROLES/xovis/defaults/main.yml
Normal file
17
roles/0-DEPRECATED-ROLES/xovis/defaults/main.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
# The values here are defaults.
|
||||
# To override them edit the main var definitions in iiab/vars
|
||||
|
||||
xovis_target_host: "127.0.0.1:5984"
|
||||
xovis_deployment_name: olpc
|
||||
|
||||
xovis_db_name: xovis
|
||||
xovis_db_user: admin
|
||||
xovis_db_password: admin
|
||||
xovis_db_login: "{{ xovis_db_user }}:{{ xovis_db_password }}"
|
||||
xovis_db_url: "http://{{ xovis_db_login }}@{{ xovis_target_host }}/{{ xovis_db_name }}"
|
||||
|
||||
xovis_root: "/opt/xovis"
|
||||
xovis_backup_dir: "/library/users"
|
||||
xovis_repo_url: "https://github.com/XSCE/xovis.git"
|
||||
xovis_chart_heading: "My School: Usage Data Visualization"
|
||||
Loading…
Add table
Add a link
Reference in a new issue