mirror of
https://gitlab.crans.org/bde/nk20
synced 2024-11-26 18:37:12 +00:00
17 lines
288 B
YAML
Executable File
17 lines
288 B
YAML
Executable File
#!/usr/bin/env ansible-playbook
|
|
---
|
|
|
|
- hosts: bde-nk20-beta.adh.crans.org
|
|
vars_prompt:
|
|
- name: DB_PASSWORD
|
|
prompt: "Password of the database"
|
|
private: yes
|
|
roles:
|
|
- 1-apt-basic
|
|
- 2-nk20
|
|
- 3-pip
|
|
- 4-nginx
|
|
- 5-certbot
|
|
- 6-psql
|
|
- 7-postinstall
|