記錄ansible學習過程

[galaxy][1]
## 橫向對比

## 學習資源
源碼 https://github.com/ansible/ansible
官方文檔 https://docs.ansible.com
電子書 https://www.ansible.com/resources/ebooks
白皮書 https://www.ansible.com/resources/whitepapers
用戶案例 https://www.ansible.com/resources/case-studies
jinja2 中文文檔 http://docs.jinkan.org/docs/jinja2/
yaml 語法 http://yaml.org
## role
https://galaxy.ansible.com
https://github.com/kuailemy123/Ansible-roles
https://github.com/geerlingguy?tab=repositories
https://github.com/debops/debops-playbooks
## 教程
https://www.w3cschool.cn/automate_with_ansible/automate_with_ansible-5l6c27p8.html
[ansible 權威指南][3]
## ustc docker
## 常用文章
[blog - ansible 循環][2]
[1]:https://galaxy.ansible.com/list#/roles?page=1&page_size=10
[2]:https://www.cnblogs.com/f-ck-need-u/p/7575228.html
[3]:https://ansible-tran.readthedocs.io/en/latest/index.html
- 目錄
- ansible基礎
- ansible簡介
- ansible安裝和測試
- ansible配置文件
- 常用命令
- yaml在ansible中的用法
- inventory
- 變量與facts
- when語句
- handler模塊
- 大雜燴
- ansible模塊
- assert 模塊
- copy模塊
- cron模塊
- debug模塊
- django_manage模塊
- file模塊
- filesystem模塊
- git模塊
- hostname模塊
- lineinfile模塊
- mount模塊
- mysql_user模塊
- mysql_db模塊
- pip模塊
- selinux
- setup模塊
- shell 和 command 模塊
- stat模塊
- supervisorctl
- systemd
- timezone
- unarchive模塊
- user模塊
- wait_for
- yum和service模塊
- 其他模塊或者方法
- setup模塊
- url模塊
- slack 模塊
- pause 模塊
- 其他
- 報錯處理
- playbooks
- 復雜的playbook
- 循環
- roles
- YAML
- jinja2