1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-11-26 10:27:07 +00:00
nk20/ansible/base.yml
2020-09-05 11:23:11 +02:00

21 lines
362 B
YAML
Executable File

#!/usr/bin/env ansible-playbook
---
- hosts: bde-note.adh.crans.org
vars_prompt:
- name: DB_PASSWORD
prompt: "Password of the database"
private: yes
vars:
mirror: deb.debian.org
note:
server_name: note.crans.org
roles:
- 1-apt-basic
- 2-nk20
- 3-pip
- 4-certbot
- 5-nginx
- 6-psql
- 7-postinstall