ansible 經過網絡下載和上傳文件

1.經過http下載文件,而且不驗證證書python

- name: download files by https
  get_url:
    url: https://robin.org.cn/test.zip
    dest: /appvol/ansible-test/
    validate_certs: no

 

2.app

相關文章
相關標籤/搜索