1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-11-26 10:27:07 +00:00
nk20/ansible/base.yml
Yohann D'ANELLO 893534955d
Use the Debian mirror of Crans
Signed-off-by: Yohann D'ANELLO <yohann.danello@gmail.com>
2020-12-30 00:04:08 +01:00

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