Authored by jie

Update nginx_limit_ip.yml

#switch ture:open,false:close
is_open: false
is_open: true
# white ip list use ip or ip and subnet mask,eg."172.16.6.230,172.16.6.230/16".
white_ips:
- "172.31.0.0/16"
... ...