Skip to content
Snippets Groups Projects
Commit 319b796d authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Linting

parent f1ffeae7
No related branches found
No related tags found
No related merge requests found
......@@ -9,30 +9,30 @@
- block:
- name: Write configuration
template:
src: matterbridge.toml
dest: /etc/matterbridge.toml
owner: root
group: root
mode: 0664
- name: Write configuration
template:
src: matterbridge.toml
dest: /etc/matterbridge.toml
owner: root
group: root
mode: 0664
- name: Start Docker container
docker_container:
name: matterbridge
image: 42wim/matterbridge
#pull: yes
recreate: yes
restart: yes
#command: -debug
state: started
restart_policy: always
volumes:
- /etc/matterbridge.toml:/matterbridge.toml
log_driver: fluentd
log_options:
fluentd-address: tcp://localhost:24224
tag: app.matterbridge
- name: Start Docker container
docker_container:
name: matterbridge
image: 42wim/matterbridge
# pull: yes
recreate: yes
restart: yes
# command: -debug
state: started
restart_policy: always
volumes:
- /etc/matterbridge.toml:/matterbridge.toml
log_driver: fluentd
log_options:
fluentd-address: tcp://localhost:24224
tag: app.matterbridge
when: not excluded_roles or "matterbridge" not in excluded_roles
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment