Authored by chunhua.zhang

add

[nameservers]
10.66.4.17
[sec]
10.66.105.244
10.66.70.70
[docker]
10.66.233.8
10.66.233.4
... ...
- hosts: sec
tasks:
- name: copy file to remote host
copy:
src: /root/.cert/sec.config.json
dest: /usr/local/openresty/nginx/conf/sec.config.json
- name: reload nginx
shell: '/usr/local/openresty/nginx/sbin/nginx -s reload'
... ...