ansible實踐3-playbook條件判斷

--- - hosts: testhost   user: root   gather_facts: True   tasks:     - name: use when       shell: touch /tmp/when.txt       when: facter_ipaddress == "172.7.15.106"   Ansible playbook中的handlers 執行tas
相關文章
相關標籤/搜索