概要
Ansibleの学習で参照しているドキュメント一覧。公式が中心です。
また、学習の過程で有用な情報があれば追記予定です。
ドキュメント
- 公式Docs
https://docs.ansible.com/ - モジュール一覧
https://docs.ansible.com/ansible/latest/modules/list_of_all_modules.html - Network(ネットワークモジュール)
https://docs.ansible.com/ansible/2.4/network_maintained.html - Certified(認定モジュール)
https://docs.ansible.com/ansible/2.4/partner_maintained.html - Community
https://docs.ansible.com/ansible/2.4/community_maintained.html - サポートポリシー
https://access.redhat.com/support/policy/updates/ansible-engine - Ansible Python3対応
https://docs.ansible.com/ansible/latest/reference_appendices/python_3_support.html - Ansibleの公式Github
https://github.com/ansible/ansible - Ansibleの公式TarBall
https://releases.ansible.com/ansible/ - インストール(Installing the Control Machine)
https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#installing-the-control-machine - ユースケース
https://www.ansible.com/use-cases - Ansible Configurationマニュアル
https://docs.ansible.com/ansible/2.4/intro_configuration.html - Directives Glossary
https://docs.ansible.com/ansible/latest/reference_appendices/playbooks_keywords.html - Inventory Parameters
https://docs.ansible.com/ansible/intro_inventory.html#list-of-behavioral-inventory-parameters - Best Practices
https://docs.ansible.com/ansible/latest/user_guide/playbooks_best_practices.htmlその他
- Software Design 2018年12月号
- Learning Ansible 2 - Second Edition
- Ansible: Up and Running, 2nd Edition