1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-11-26 18:37:12 +00:00
nk20/ansible/base.yml
Yohann D'ANELLO 5c2df41640 Fix Ansible
2020-08-01 16:32:26 +02:00

17 lines
288 B
YAML
Executable File

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