Просмотр исходного кода

create honoroit docker network

pull/2654/head
Aine 2 лет назад
Родитель
Сommit
f0be907971
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 34969C908CCA2804
1 измененных файлов: 5 добавлений и 0 удалений
  1. +5
    -0
      roles/custom/matrix-bot-honoroit/tasks/setup_install.yml

+ 5
- 0
roles/custom/matrix-bot-honoroit/tasks/setup_install.yml Просмотреть файл

@@ -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"


Загрузка…
Отмена
Сохранить