more tagging
This commit is contained in:
parent
0b8f2eb299
commit
c0c6a23b1d
@ -36,7 +36,7 @@
|
|||||||
- name: Update docker compose files and restart those with changes
|
- name: Update docker compose files and restart those with changes
|
||||||
ansible.builtin.include_tasks: docker-tasks.yaml
|
ansible.builtin.include_tasks: docker-tasks.yaml
|
||||||
with_items: "{{ docker_services }}"
|
with_items: "{{ docker_services }}"
|
||||||
tags: docker
|
tags: docker,pizza
|
||||||
- name: Setup docker compose for privacy frontends (soleil+normal)
|
- name: Setup docker compose for privacy frontends (soleil+normal)
|
||||||
hosts: in,us,docker
|
hosts: in,us,docker
|
||||||
vars:
|
vars:
|
||||||
@ -57,7 +57,7 @@
|
|||||||
- name: Update docker compose files and restart those with changes (Privacy Frontends but without Pizza1)
|
- name: Update docker compose files and restart those with changes (Privacy Frontends but without Pizza1)
|
||||||
ansible.builtin.include_tasks: docker-tasks.yaml
|
ansible.builtin.include_tasks: docker-tasks.yaml
|
||||||
with_items: "{{ non_pizza_docker_services }}"
|
with_items: "{{ non_pizza_docker_services }}"
|
||||||
tags: docker
|
tags: docker,soleil
|
||||||
|
|
||||||
- name: Setup cron jobs
|
- name: Setup cron jobs
|
||||||
hosts: privfrontends
|
hosts: privfrontends
|
||||||
|
Loading…
Reference in New Issue
Block a user