Update to 2022-10-11 13:00

This commit is contained in:
Daniel Berteaud
2022-10-11 13:00:08 +02:00
parent 5fc7b4e7ea
commit 336cfcca3a
5 changed files with 32 additions and 4 deletions

View File

@@ -143,3 +143,7 @@
when: nomad_unit.changed or nomad_ipt_cleanup_unit.changed or (nomad_consul_tpl_unit is defined and nomad_consul_tpl_unit.changed)
tags: nomad
# This is needed for containers to be able to reach their own services through the host published port
- name: Install a script to set nomad bridge in promisc mode
copy: src=50-nomad-promisc dest=/etc/NetworkManager/dispatcher.d/50-nomad-promisc mode=755
tags: nomad