问题标签 [ansible-awx]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ansible-tower - 如何使用 ansible tower API 将库存主机添加到特定组?这样它将显示在 UI 上的相关组列表中
我无法使用其他 API 将主机分配到 ansible 塔库存中的组。任何人都在研究它,请让我知道身体的要求。
python - Ansible Tower - 如何获取环境变量列表
在 Tower 中,有很多选项可以在执行之前添加环境变量。我已经设置了一些变量,这些变量会被拉入 python 库存脚本。但是脚本响应错误。我认为 python 代码没有获取值或值的格式不正确。
我想看看环境变量是如何暴露给 python 脚本的。有没有办法将这些添加到作业日志中的调试输出中?
kubernetes - k8s 上的两个副本 awx
我在项目的 repo 中使用安装角色部署了一个 awx 副本。然后我将 AWX 的 statfulset 扩展到 2 个副本。但是当我跟踪 Pod 的日志时,例如 awx-0 和 awx-1,它们都在同时接收相同的请求,而 Web 服务没有负载平衡请求。
ansible-awx - 无法安装 ansible-awx Ubuntu 18.04
我正在尝试在 Ubuntu 18.04 上安装 AWX,但出现错误。
我已经从 github 签出了最新版本的 awx 并尝试使用
ansible-playbook -i 库存安装.yml -vvvv
不知道为什么它失败了。
我有以下版本的 Ansible 、 pip 和 Docker
谢谢萨蒂什
automation - 在 ansible ui 信号量或 awx 中导入现有剧本
团队我们已经编写了近 100 多个剧本,现在我们需要从 GUI 播放剧本,我们必须将其导入 GUI(信号量或 AWX)。
在 semaphore ui 中没有选项可以导入现有的剧本
我们如何在 ansible GUI 中导入现有的剧本。我们只看开源 GUIS
提前感谢您的帮助。
ansible - ansible awx/tower 不接受变量中的值列表
我正在尝试启动一个 awx/tower 作业模板,传递变量中的值列表,但该任务仅在一个目标主机上执行。
样品要求
上述命令没有按预期执行,而是在单个主机上运行。但是,当我通过 cli 运行相同的剧本时,这是按预期工作的。
vars 文件截图
剧本文件
ssh-agent - 如何转发 ansible-awx-credential
AWX 模板提示输入凭据以连接ssh
到大量主机。
此凭据应用于push
通过ssh
git 存储库,因为我不想在每个主机上创建或共享 ssh 密钥。
这可以与ansible-playbook
结合使用ssh-agent
。
还有一种方法可以将ForwardAgent与 AWX 一起使用吗?
AWX 回归"stderr": "Could not open a connection to your authentication agent."
如果可能,我需要ForwardAgent
每个 AWX-Credential 的 -Option 并且不ansible.cfg
全局更改:
node.js - Inside ngOnInit() subscribing a url through service and getting a ID which eventually has to be passed to diff method in same ngOnInit()
First, I was trying to hit a url through a service and calling that service in a component.ts (ngOnInit()) and getting a ID from that first url.
Second, I had to pass the ID that i got from the first call to the other url through service method and get some information regarding that too in same component.ts( ngOnInit()).
I tried using subscribe inside subscribe but when the second url is being hit it was giving undefined value for ID. but in ngOnInit it was consoling the output
this is the second method code
this is the nodejs for http://localhost:4600/getjobdetailsfinal
I was getting undefined in console.log(id) 3rd line of nodejs code.
Thanks in Advance
kubernetes - awx-db pod 处于挂起模式
我只是想知道我应该在哪里打开这个端口。如果你能给我一个想法就太好了。
我正在尝试使用此解决方案在我的 kubernetes 中添加 awx:
https://github.com/rossedman/ansible-awx-kubernetes
面临以下问题:
日志:
我的 pod awx-db 保持挂起状态,它是 3 个节点的 kubernetes 集群
解决它的最佳方法是什么?