mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Changed typos
This commit is contained in:
parent
96ddb78c2c
commit
7f32e547de
@ -112,11 +112,11 @@
|
|||||||
vars:
|
vars:
|
||||||
domain: "elk.{{top_domain}}"
|
domain: "elk.{{top_domain}}"
|
||||||
http_port: 8008
|
http_port: 8008
|
||||||
- name: setup akounting hosts
|
- name: setup akaunting hosts
|
||||||
hosts: akounting_hosts
|
hosts: akaunting_hosts
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- role: docker-akounting
|
- role: docker-akaunting
|
||||||
vars:
|
vars:
|
||||||
domain: akounting.{{top_domain}}
|
domain: akaunting.{{top_domain}}
|
||||||
http_port: 8080
|
http_port: 8080
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- name: setup akounting
|
- name: setup akaunting
|
||||||
command:
|
command:
|
||||||
cmd: docker-compose up -d
|
cmd: docker-compose up -d
|
||||||
chdir: /home/administrator/docker-compose/akounting/
|
chdir: /home/administrator/docker-compose/akaunting/
|
||||||
environment:
|
environment:
|
||||||
AKAUNTING_SETUP: true
|
AKAUNTING_SETUP: true
|
@ -14,8 +14,8 @@
|
|||||||
|
|
||||||
- name: configure db.env
|
- name: configure db.env
|
||||||
template: src=db.env.j2 dest=/home/administrator/docker-compose/akaunting/env/db.env
|
template: src=db.env.j2 dest=/home/administrator/docker-compose/akaunting/env/db.env
|
||||||
notify: setup akounting
|
notify: setup akaunting
|
||||||
|
|
||||||
- name: configure run.env
|
- name: configure run.env
|
||||||
template: src=run.env.j2 dest=/home/administrator/docker-compose/akaunting/env/run.env
|
template: src=run.env.j2 dest=/home/administrator/docker-compose/akaunting/env/run.env
|
||||||
notify: setup akounting
|
notify: setup akaunting
|
Loading…
Reference in New Issue
Block a user