摘要: - name: Unarchive Installation become: yes unarchive: src: "/opt/dist-{{ version }}.tar" dest: /opt/ remote_src: yes when: inventory_hostname == ip_ad 阅读全文
posted @ 2020-12-07 11:03 技术颜良 阅读(502) 评论(0) 推荐(0) 编辑