-
Notifications
You must be signed in to change notification settings - Fork 5
/
main.yaml
46 lines (40 loc) · 1015 Bytes
/
main.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
ignition:
config:
append:
- source: "https://raw.githubusercontent.com/sergey-safarov/kazoo-configs-docker/master/output/systemd.json"
systemd:
units:
- name: update-engine.service
mask: true
- name: locksmithd.service
mask: true
- name: ntpd.service
enabled: true
storage:
directories:
- filesystem: "root"
path: "/opt"
overwrite: false
mode: 0755
- filesystem: "root"
path: "/opt/bin"
overwrite: false
mode: 0755
files:
- path: "/opt/bin/overlay2host.sh"
filesystem: root
mode: 0755
overwrite: false
contents:
remote:
url: "https://raw.githubusercontent.com/sergey-safarov/kazoo-configs-docker/master/scripts/overlay2host.sh"
files:
- path: "/etc/tmpfiles.d/dumpcap.conf"
filesystem: root
mode: 0644
overwrite: false
contents:
inline: d /var/lib/docker/volumes/dumpcap/_data - - - 12d
docker:
flags:
- --userland-proxy=false