File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 6
6
ansible.builtin.get_url :
7
7
checksum : " {{ envoy_release_checksum }}"
8
8
dest : /opt/envoy
9
+ group : envoy
9
10
mode : u+x
10
11
owner : envoy
11
12
# yamllint disable-line rule:line-length
15
16
ansible.builtin.get_url :
16
17
checksum : " {{ envoy_hot_restarter_release_checksum }}"
17
18
dest : /opt/envoy-hot-restarter.py
19
+ group : envoy
18
20
mode : u+x
19
21
owner : envoy
20
22
# yamllint disable-line rule:line-length
30
32
- name : Envoy - create script to start envoy
31
33
ansible.builtin.copy :
32
34
dest : /opt/start-envoy.sh
35
+ group : envoy
33
36
mode : u+x
34
37
owner : envoy
35
38
src : files/start-envoy.sh
36
39
37
40
- name : Envoy - create configuration files
38
41
ansible.builtin.copy :
39
42
dest : /etc/envoy/
43
+ directory_mode : u=rw,g=rw,o=r
44
+ group : envoy
40
45
mode : u=rw,g=rw,o=r
41
46
owner : envoy
42
47
src : files/envoy_config/
Original file line number Diff line number Diff line change 1
- postgres-version = " 15.1.0.142 "
1
+ postgres-version = " 15.1.0.143 "
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ COPY --chown=postgrest:postgrest docker/all-in-one/etc/postgrest/generated.conf
201
201
COPY docker/all-in-one/etc/gotrue.env /etc/gotrue.env
202
202
203
203
# Customizations for envoy
204
- COPY --chown=envoy:envoy ansible/files/envoy_config/ /etc/envoy/
204
+ COPY --chmod=644 -- chown=envoy:envoy ansible/files/envoy_config/ /etc/envoy/
205
205
206
206
# Customizations for kong
207
207
COPY docker/all-in-one/etc/kong/kong.conf /etc/kong/kong.conf
You can’t perform that action at this time.
0 commit comments