Showing
1 changed file
with
2 additions
and
1 deletions
1 | +--- | ||
1 | # modidy ask ip server's configuration | 2 | # modidy ask ip server's configuration |
2 | # anthor: chunhua.zhang | 3 | # anthor: chunhua.zhang |
3 | - hosts: localhost | 4 | - hosts: localhost |
@@ -9,7 +10,7 @@ | @@ -9,7 +10,7 @@ | ||
9 | prompt: "Please choose device enterpoint: 0 for Domain(api.yoho.cn) or 1 for DCDN(api-dc1-qq.yoho.cn). [0|1]" | 10 | prompt: "Please choose device enterpoint: 0 for Domain(api.yoho.cn) or 1 for DCDN(api-dc1-qq.yoho.cn). [0|1]" |
10 | default: 1 | 11 | default: 1 |
11 | private: no | 12 | private: no |
12 | - | 13 | + tasks: |
13 | - name: Query for current configuration | 14 | - name: Query for current configuration |
14 | uri: | 15 | uri: |
15 | url: "http://{{item}}/queryCloud" | 16 | url: "http://{{item}}/queryCloud" |
-
Please register or login to post a comment