Authored by chunhua.zhang

add

---
# modidy ask ip server's configuration
# anthor: chunhua.zhang
- hosts: localhost
... ... @@ -9,7 +10,7 @@
prompt: "Please choose device enterpoint: 0 for Domain(api.yoho.cn) or 1 for DCDN(api-dc1-qq.yoho.cn). [0|1]"
default: 1
private: no
tasks:
- name: Query for current configuration
uri:
url: "http://{{item}}/queryCloud"
... ...