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 @@ ...@@ -9,30 +9,30 @@
- block: - block:
- name: Write configuration - name: Write configuration
template: template:
src: matterbridge.toml src: matterbridge.toml
dest: /etc/matterbridge.toml dest: /etc/matterbridge.toml
owner: root owner: root
group: root group: root
mode: 0664 mode: 0664
- name: Start Docker container - name: Start Docker container
docker_container: docker_container:
name: matterbridge name: matterbridge
image: 42wim/matterbridge image: 42wim/matterbridge
#pull: yes # pull: yes
recreate: yes recreate: yes
restart: yes restart: yes
#command: -debug # command: -debug
state: started state: started
restart_policy: always restart_policy: always
volumes: volumes:
- /etc/matterbridge.toml:/matterbridge.toml - /etc/matterbridge.toml:/matterbridge.toml
log_driver: fluentd log_driver: fluentd
log_options: log_options:
fluentd-address: tcp://localhost:24224 fluentd-address: tcp://localhost:24224
tag: app.matterbridge tag: app.matterbridge
when: not excluded_roles or "matterbridge" not in excluded_roles 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.
Please register or to comment