コンテンツにスキップ

基本・ネタ帳

コンセプト

Ansible concepts — Ansible Documentation

リリースとメンテナンス情報

コミュニティバージョンとansible-coreバージョン

Ansible Xとansible-core zのバージョン

Release and maintenanceの中のAnsible community changelogs

サポートバージョンマトリクス

Release and maintenanceの中のansible-core support matrix

ロードマップ

Ansible Roadmap — Ansible Documentation

ディレクトリ構成

Sample Ansible setup — Ansible Documentation

「Sample directory layout」や「Alternative directory layout」を参照。

Playbook書き方

実行制御

ネットワーク

ドキュメント

索引

Index — Ansible Documentation

ansible-doc

$ ansible-doc <module-name>
$ ansible-doc <module-fqcn>

モジュールパスを指定するには

$ ansible-doc -M /path/to/collection-path/ansible_collections/namespace/collectionname/plugins/modules hogehoge

パスが合わない場合は、エラーメッセージに「これらのパスにそんなモジュールないんだが?」とパス一覧が表示されるので、そこから調整する。

Automation Hub

トークンの作成

Hub への接続