publik-devinst/install.yml

25 lines
459 B
YAML
Raw Permalink Normal View History

2018-01-09 14:30:23 +01:00
---
- name: publik multitenants installation
2018-01-09 14:30:23 +01:00
hosts: local
roles:
2018-04-11 09:39:22 +02:00
- facts
2018-01-09 14:30:23 +01:00
- base
- hobo
- authentic
- combo
2018-01-31 11:27:38 +01:00
- wcs
- passerelle
- fargo
- chrono
2018-05-18 10:30:47 +02:00
- bijoe
2022-05-18 16:07:29 +02:00
- lingo
2018-07-12 13:58:05 +02:00
- welco
- hobo-agent
2018-01-09 14:30:23 +01:00
- end
vars:
certs_dir: "{{devinst_share}}/certs"
themes_dir: "{{devinst_share}}/themes"
venv_py3_bin: "{{venv_py3}}/bin"
2021-07-15 13:10:59 +02:00
base_run_dir: "{{venv_py3}}/run"
venv_py3_python: "{{venv_py3_bin}}/python"