about summary refs log tree commit diff
path: root/docker.yml
blob: a067fb6842be8e346776994786d2b5614e0fd502 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
  - name: Docker apps
    hosts: tamriel
    remote_user: ansible_worker
    tasks:
    - synchronize:
        src: composer/
        dest: composer
    - name: counter app
      docker_service:
        build: yes
        project_src: composer/app
    - name: nginx
      docker_service:
        recreate: always
        build: yes
        project_src: composer/nginx
    - name: gitea
      docker_service:
        #recreate: always
        #build: yes
        project_src: composer/gitea
    - name: grafana
      docker_service:
        recreate: always
        build: yes
        #state: absent
        project_src: composer/grafana