ansible playbook循環

http://docs.ansible.com/ansible/latest/playbooks_loops.html#standard-loops 標準Loops hosts: all gather_facts: False tasks: name: debug loops debug: msg=" name -----> {{ item }}" with_items: one two 執行結果
相關文章
相關標籤/搜索