“Python自动化运维”的版本间的差异

来自CloudWiki
跳转至: 导航搜索
自动化运维工具:Ansible
分布式任务队列Celery
第77行: 第77行:
 
*[[第一个Celery工程]]
 
*[[第一个Celery工程]]
 
*[[Celery队列]]
 
*[[Celery队列]]
 +
 +
celery在flask中使用:http://www.136.la/python/show-38910.html
 +
 +
Flask+Celery实现动态添加定时任务:https://www.pythonheidong.com/blog/article/497495/43e122e888aa6f69cfb5/
 +
 +
Using Celery With Flask: https://blog.miguelgrinberg.com/post/using-celery-with-flask
 +
 +
在 Flask 中使用 Celery: http://www.pythondoc.com/flask-celery/first.html
  
 
===持续集成===
 
===持续集成===

2022年6月4日 (六) 01:37的版本

DataOps、MLOps 和 AIOps,你要的是哪个Ops?(运维)

Python+Django+AnsiblePlaybook自动化运维项目实战

python自动化运维篇

Python基础

4~6周

视频:python语言入门教程:https://www.bilibili.com/video/BV1c4411e77t

电子教案:链接: https://pan.baidu.com/s/1d2QMiKHSRZXmbx0iEIeDNg 提取码: b2nz

Python巩固练习

基础运维

4周

https://blog.csdn.net/ityouknow/article/details/105985451

自动化运维工具:Ansible

4~6周

(此部分替换为 红帽Ansible培训教程 基础内容)

课程拓展

命令与服务


自动化运维工具Ansible

执行远程命令(Paramiko)

分布式任务队列Celery

celery在flask中使用:http://www.136.la/python/show-38910.html

Flask+Celery实现动态添加定时任务:https://www.pythonheidong.com/blog/article/497495/43e122e888aa6f69cfb5/

Using Celery With Flask: https://blog.miguelgrinberg.com/post/using-celery-with-flask

在 Flask 中使用 Celery: http://www.pythondoc.com/flask-celery/first.html

持续集成

https://www.jianshu.com/p/caa136e191cd

jenkins与django的持续集成:https://blog.csdn.net/will4906/article/details/89298088

Docker+Jenkins+Gitlab+Django应用部署实践: http://www.imooc.com/article/270947

持续交付之Jenkins+Ansible+Python搭建自动化部署框架(win版)

运维数据可视化

用 PyQt 打造具有专业外观的 GUI

ECharts数据可视化:入门、实战与进阶(此书已购买电子书)


参考书籍:《Python自动化运维快速入门》