publik-devinst/install.yml

25 lines
459 B
YAML

---
- name: publik multitenants installation
hosts: local
roles:
- facts
- base
- hobo
- authentic
- combo
- wcs
- passerelle
- fargo
- chrono
- bijoe
- lingo
- welco
- hobo-agent
- end
vars:
certs_dir: "{{devinst_share}}/certs"
themes_dir: "{{devinst_share}}/themes"
venv_py3_bin: "{{venv_py3}}/bin"
base_run_dir: "{{venv_py3}}/run"
venv_py3_python: "{{venv_py3_bin}}/python"