mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Added akounting draft
This commit is contained in:
@@ -112,3 +112,11 @@
|
||||
vars:
|
||||
domain: "elk.{{top_domain}}"
|
||||
http_port: 8008
|
||||
- name: setup akounting hosts
|
||||
hosts: akounting_hosts
|
||||
become: true
|
||||
roles:
|
||||
- role: docker-akounting
|
||||
vars:
|
||||
domain: akounting.{{top_domain}}
|
||||
http_port: 8080
|
||||
|
Reference in New Issue
Block a user