インストール、アップグレード、および設定
Ansible の使用
Ansible への貢献
Ansible の拡張
Ansible の一般的なシナリオ
Ansible Galaxy
参照 & 付録
ロードマップ
You are reading an older version of the Ansible documentation. Use the version selection to the left if you want the latest stable released version.
dict.iterkeys メソッドは、Python 3 で削除されました。代わりに次のコマンドを使用します。
dict.iterkeys
for KEY in DICT: pass