てくなべ (tekunabe)

ansible / network automation / 学習メモ

【Ansible】Ansible 2.7 で追加されたネットワークモジュールのリスト(rc4)

Ansible 2.7 で追加されたネットワークモジュールのリスト(rc4版)です。

※以下のコマンドで生成しました。

ansible-doc -j | jq -r '.module[] | select(.namespace | test("network")) | select((.version_added==2.7) or (.version_added=="2.7")) | "- [" + .name + " - " + .description
+ "](https://docs.ansible.com/ansible/devel/modules/" + .name +"_module.html)"'