fix typo in last commit
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
0ab0890b58
commit
8ecfcafefc
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
#- import_tasks: "{{ tasks_path }}/mod_wsgi.yml"
|
||||
|
||||
- name: set ip_conntrack_max to a high value as the proxies deal with lots of connections
|
||||
sysctl: name=net.nf_conntrack_max valuei=26214400 state=present sysctl_set=yes reload=yes
|
||||
sysctl: name=net.nf_conntrack_max value=26214400 state=present sysctl_set=yes reload=yes
|
||||
|
||||
handlers:
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue