1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-01-18 22:21:18 +00:00
nk20/ansible/base.yml

17 lines
288 B
YAML
Raw Normal View History

2020-07-15 09:27:11 +02:00
#!/usr/bin/env ansible-playbook
---
2020-07-15 11:32:08 +02:00
- hosts: bde-nk20-beta.adh.crans.org
2020-08-01 16:32:26 +02:00
vars_prompt:
- name: DB_PASSWORD
prompt: "Password of the database"
private: yes
roles:
2020-07-15 09:27:11 +02:00
- 1-apt-basic
- 2-nk20
- 3-pip
- 4-nginx
2020-07-21 22:36:37 +02:00
- 5-certbot
- 6-psql
- 7-postinstall