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

20 lines
353 B
YAML
Raw Normal View History

2020-07-15 09:27:11 +02:00
#!/usr/bin/env ansible-playbook
---
2020-09-06 12:32:17 +02:00
- hosts: all
2020-08-01 16:32:26 +02:00
vars_prompt:
- name: DB_PASSWORD
2020-09-06 10:46:03 +02:00
prompt: "Password of the database (leave it blank to skip database init)"
2020-08-01 16:32:26 +02:00
private: yes
2020-09-01 16:35:43 +02:00
vars:
mirror: eclats.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
- 8-docs