mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-14 10:04:46 +08:00
create honoroit docker network
This commit is contained in:
parent
c20d74af79
commit
f0be907971
@ -108,6 +108,11 @@
|
|||||||
pull: true
|
pull: true
|
||||||
when: "matrix_bot_honoroit_container_image_self_build | bool"
|
when: "matrix_bot_honoroit_container_image_self_build | bool"
|
||||||
|
|
||||||
|
- name: Ensure honoroit container network is created
|
||||||
|
community.general.docker_network:
|
||||||
|
name: "{{ matrix_bot_honoroit_container_network }}"
|
||||||
|
driver: bridge
|
||||||
|
|
||||||
- name: Ensure matrix-bot-honoroit.service installed
|
- name: Ensure matrix-bot-honoroit.service installed
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: "{{ role_path }}/templates/systemd/matrix-bot-honoroit.service.j2"
|
src: "{{ role_path }}/templates/systemd/matrix-bot-honoroit.service.j2"
|
||||||
|
Loading…
Reference in New Issue
Block a user