1.通过http下载文件,并且不验证证书

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

 

2.

相关文章:

  • 2022-02-22
  • 2021-11-10
  • 2022-01-02
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-16
  • 2022-01-28
  • 2021-10-07
  • 2021-08-12
相关资源
相似解决方案