Ops icon indicating copy to clipboard operation
Ops copied to clipboard

基于centos6+python3.6+django2+ansible2.4+celery4.2 运维管理系统,目前实现功能:用户和用户组管理、资产管理、集成ansible2.4、简易堡垒机(主机分配支持rdp以及vnc、用户分配、文件上传下载、配置禁用命令清单、...

Results 43 Ops issues
Sort by recently updated
recently updated
newest added

Bumps [django-celery-results](https://github.com/celery/django-celery-results) from 1.0.1 to 2.4.0. Release notes Sourced from django-celery-results's releases. v2.4.0 What's Changed [pre-commit.ci] pre-commit autoupdate by @​pre-commit-ci in celery/django-celery-results#312 drop django 2.2 by @​auvipy in celery/django-celery-results#317 save...

dependencies

我觉得大佬应该在readme里面留下一个qq群号码,方便大家加入一起交流学习

Bumps [twisted](https://github.com/twisted/twisted) from 17.5.0 to 22.4.0. Release notes Sourced from twisted's releases. Twisted 22.4.0 (2022-04-11) Features twisted.python.failure.Failure tracebacks now capture module information, improving compatibility with the Raven Sentry client. (#7796)...

dependencies

Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.4.1 to 2.10.1. Commits 286bd9f Cut 2.10.1 4c491e2 Fix CVE re: PKey.write_private_key chmod race aa3cc6f Cut 2.10.0 e50e19f Fix up changelog entry with real links 02ad67e Helps...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.2.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

requirements.txt 貌似一直没更过 安装pip包 各自报错 能麻烦作者pip freeze一下吗

Bumps [celery](https://github.com/celery/celery) from 4.2.0 to 5.2.2. Release notes Sourced from celery's releases. 5.2.2 Release date: 2021-12-26 16:30 P.M UTC+2:00 Release by: Omer Katz Various documentation fixes. Fix CVE-2021-23727 (Stored Command...

dependencies

--- - hosts: 120.55.89.170 remote_user: root tasks: - name: copy file copy: src=/root/initial-setup-ks.cfg dest=/root/initial-setup-ks.cfg 我这样写是可以执行的, 但是这个hosts不就写死了吗? 这里hosts后面应该怎么写? 谢谢!! --- - hosts: {{ 这里应该怎么写 }} remote_user: root tasks: - name: copy...

执行后发现未有返回结果 后来我将结果打印返回为空 ,后台打印 [WARNING]: No inventory was parsed, only implicit localhost is available [WARNING]: Could not match supplied host pattern, ignoring: all [WARNING]: Could not match supplied host pattern, ignoring:...

请作者发一下配置,谢谢