Installation, Upgrade & Configuration
Using Ansible
Contributing to Ansible
Extending Ansible
Common Ansible Scenarios
Network Automation
Ansible Galaxy
Reference & Appendices
Roadmaps
You are reading the devel version of the Ansible documentation - this version is not guaranteed stable. Use the version selection to the left if you want the latest stable released version.
The dict.iterkeys method has been removed in Python 3. Use the following instead:
dict.iterkeys
for KEY in DICT: pass