mirror of https://gitlab.crans.org/bde/nk20
19 lines
323 B
YAML
Executable File
19 lines
323 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
|
|
vars:
|
|
mirror: deb.debian.org
|
|
roles:
|
|
- 1-apt-basic
|
|
- 2-nk20
|
|
- 3-pip
|
|
- 4-nginx
|
|
- 5-certbot
|
|
- 6-psql
|
|
- 7-postinstall
|