nk20/ansible/base.yml

19 lines
347 B
YAML
Raw Normal View History

2020-07-15 07:27:11 +00:00
#!/usr/bin/env ansible-playbook
---
- hosts: server
2020-08-01 14:32:26 +00:00
vars_prompt:
- name: DB_PASSWORD
prompt: "Password of the database (leave it blank if this is a reinstallation)"
2020-08-01 14:32:26 +00:00
private: yes
2020-09-01 14:35:43 +00:00
vars:
mirror: deb.debian.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