Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgao1983 committed Jan 13, 2018
1 parent 06e5714 commit f94c78d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/prepare/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
copy: src=95-k8s-sysctl.conf dest=/etc/sysctl.d/95-k8s-sysctl.conf

- name: 加载br_netfilter模块
shell: "modprobe br_netfilter"
modprobe: name=br_netfilter state=present
#shell: "modprobe br_netfilter"

- name: 生效系统参数
shell: "sysctl -p /etc/sysctl.d/95-k8s-sysctl.conf"
Expand Down

0 comments on commit f94c78d

Please sign in to comment.