nk20/ansible/base.yml

20 lines
353 B
YAML
Raw Permalink Normal View History

2020-07-15 07:27:11 +00:00
#!/usr/bin/env ansible-playbook
---
2020-09-06 10:32:17 +00:00
- hosts: all
2020-08-01 14:32:26 +00:00
vars_prompt:
- name: DB_PASSWORD
2020-09-06 08:46:03 +00:00
prompt: "Password of the database (leave it blank to skip database init)"
2020-08-01 14:32:26 +00:00
private: yes
2020-09-01 14:35:43 +00:00
vars:
mirror: eclats.crans.org
roles:
2020-07-15 07:27:11 +00:00
- 1-apt-basic
- 2-nk20
- 3-pip
2020-09-04 20:37:18 +00:00
- 4-certbot
- 5-nginx
2020-07-21 20:36:37 +00:00
- 6-psql
- 7-postinstall
- 8-docs