jumpserver/apps/ops/ansible
fit2bot d63c4d6cc4
fix: mysql 测试可连接性失败 (#12104)
Co-authored-by: feng <1304903146@qq.com>
2023-11-14 17:03:20 +08:00
..
modules feat: ssh_ping及custom_command支持sudo及su切换用户 (#11180) 2023-08-03 14:09:13 +08:00
modules_utils fix: mysql 测试可连接性失败 (#12104) 2023-11-14 17:03:20 +08:00
__init__.py
ansible.cfg fix: 修复 Ansible 测试资产可连接性报错的问题(Connection to UNKNOWN port 65535 timed out) 2023-07-14 11:19:31 +00:00
callback.py perf: ansible 错误信息优化 (#11005) 2023-07-18 18:55:18 +08:00
exceptions.py
inventory.py perf: 主机名包含/ 可以执行ansible任务 (#11772) 2023-10-09 16:05:42 +08:00
runner.py feat: 增加 DEBUG_ANSIBLE 配置项支持打印 Ansible 详细日志 2023-07-17 14:11:09 +08:00
utils.py