Skip to content

Commit 74464b3

Browse files
committed
changes
1 parent 73f5066 commit 74464b3

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

ansible/tasks/setup-envoy.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,12 @@
11
- name: Envoy - system user
22
user: name=envoy
33

4-
- name: Kong - download deb package
4+
- name: Kong - download binary
55
get_url:
66
url: "https://github.com/envoyproxy/envoy/releases/download/v{{ envoy_release }}/envoy-{{ envoy_release }}-linux-aarch_64"
7-
dest: /etc/envoy/envoy
7+
dest: /tmp/envoy.app
88
checksum: "{{ envoy_release_checksum }}"
99

10-
- name: Kong - configuration
11-
template:
12-
src: files/envoy_config/envoy.conf.j2
13-
dest: /etc/envoy/envoy.conf
14-
15-
- name: Kong - hand over ownership of /usr/local/envoy to user envoy
16-
file:
17-
path: /usr/local/envoy
18-
recurse: yes
19-
owner: envoy
20-
2110
# [warn] ulimit is currently set to "1024". For better performance set it to at least
2211
# "4096" using "ulimit -n"
2312
- name: Envoy - bump up ulimit

0 commit comments

Comments
 (0)