Implemented draft four roulette wheel

This commit is contained in:
2022-12-06 20:20:02 +01:00
parent a190e3da77
commit ffbacdca3d
8 changed files with 85 additions and 0 deletions

View File

@@ -151,6 +151,14 @@
vars:
domain: funkwhale.{{top_domain}}
http_port: 8012
- name: setup roulette-wheel hosts
hosts: roulette_wheel_hosts
become: true
roles:
- role: docker-roulette-wheel
vars:
domain: roulette.{{top_domain}}
http_port: 8013
- name: setup akaunting hosts
hosts: akaunting_hosts
become: true