如何使用返回标准输出到模块

时间:2018-09-07 15:00:44

标签: ansible

如何对返回ios_module模块的数据使用“ util”?我需要找到可以通过的最大尺寸mtu。如果数据包通过,则输出为“ !!!!”。

- name: Test mtu size
  ios_command:
    commands:
      - command: 'ping 10.10.10.10 df-bit size {{pkt_size+5}}  repeat 4'
    provider: "{{ cli }}"          
  register: dump
  until: '"!!!!" in stdout'

0 个答案:

没有答案