mirror of
https://github.com/CPunch/openpunk-ansible.git
synced 2024-11-14 11:50:06 +00:00
CPunch
abaa4c9639
- all tasks/* have been moved to their own roles in roles/* - each file && template is now oragnized per-role - annotated each task which still isn't idempotent !TODO!
21 lines
291 B
YAML
21 lines
291 B
YAML
---
|
|
- hosts: all
|
|
become: yes
|
|
vars_files:
|
|
- group_vars/all.yml
|
|
|
|
vars_prompt:
|
|
- name: domain
|
|
prompt: domain pointing to the vps
|
|
private: no
|
|
|
|
roles:
|
|
- essential
|
|
- git
|
|
- deadswitch
|
|
- firewall
|
|
- blog
|
|
- gitea
|
|
- nginx
|
|
- goaccess
|
|
- tor |