1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-02-02 13:23:02 +00:00
nk20/ansible/base.yml

21 lines
362 B
YAML
Raw Normal View History

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