playbook conditionals

目前ansible的所有conditionals方式都是使用when進行判斷,when的值是一個條件表達式,如果判斷成立這個task就執行某個操作,不成立則不執行或跳過 hosts: test tasks: name: Host localhost run this task debug: msg="{{ ansible_default_ipv4.address }}" when: ansible
相關文章
相關標籤/搜索