mirror of
https://gitlab.crans.org/bde/nk20
synced 2024-11-26 10:27:07 +00:00
893534955d
Signed-off-by: Yohann D'ANELLO <yohann.danello@gmail.com>
19 lines
340 B
YAML
Executable File
19 lines
340 B
YAML
Executable File
#!/usr/bin/env ansible-playbook
|
|
---
|
|
|
|
- hosts: all
|
|
vars_prompt:
|
|
- name: DB_PASSWORD
|
|
prompt: "Password of the database (leave it blank to skip database init)"
|
|
private: yes
|
|
vars:
|
|
mirror: mirror.crans.org
|
|
roles:
|
|
- 1-apt-basic
|
|
- 2-nk20
|
|
- 3-pip
|
|
- 4-certbot
|
|
- 5-nginx
|
|
- 6-psql
|
|
- 7-postinstall
|