Fork me on GitHub

12 2024 档案
调试ansible-playbook api
摘要:目录开启django ipython调试窗口 开启django ipython调试窗口 python manage.py shell #导入执行剧本 from ansible_api.player import execplaybook #导入执行主机清单 inventory=[{'host_nam 阅读全文
posted @ 2024-12-24 10:19 anyux
ansible-galaxy的使用
摘要:虽然之前使用ansible-galaxy,但对于其细节一点也不了解,下面是之前学习ansible时遗留下的记录,零零散散不成样子,今天就记录下galaxy的使用 使用Ansible创建和管理容器 Python 包文档或项目主页 Ansible Galaxy 概述 Ansible Galaxy 是一个 阅读全文
posted @ 2024-12-11 18:33 anyux