Authored by chunhua.zhang

add

- hosts: java-nginx
vars_prompt:
- name: "confirmation"
prompt: "please confirm to sync and refresh java-nginx configuration. Type [YES] to continue"
prompt: "Sync and reload java nginx. Please Enter YES to continue."
private: no
remote_user: root
roles:
- openresty
... ...