Update to 2022-11-08 12:00

This commit is contained in:
Daniel Berteaud
2022-11-08 12:00:08 +01:00
parent 3ec08a14f0
commit 6ffc0a5e16
4 changed files with 20 additions and 1 deletions

View File

@@ -172,3 +172,7 @@
- key: net.bridge.bridge-nf-call-iptables
val: 1
tags: nomad
- name: Deploy Docker auth config
template: src=docker_auth.json.j2 dest={{ nomad_root_dir }}/docker/auth.json owner={{ nomad_user }} group={{ nomad_user }} mode=600
tags: nomad

View File

@@ -32,6 +32,9 @@
- dir: etc
owner: root
mode: 755
- dir: docker
owner: root
mode: 755
- dir: tls
owner: root
mode: 755