腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
Ansible
uri
模块
powershell
、
ansible
我有网页网址和我有两个选项启用/禁用,现在我正在编写
ansible
剧本来做这是在Powershell脚本 我的
ansible
攻略 --- vars:"Disable" jobName: "Loan1" - name: edit app jobs method: POST
浏览 21
提问于2019-05-28
得票数 0
1
回答
如何在
Ansible
模块
中使用BLOB
URI
作为源: azure_rm_image
azure
、
ansible
tasks: azure_rm_image: resource_group: <> name: <> os_type: LinuxAzure错误:错误请求\n消息:
浏览 0
提问于2021-01-05
得票数 1
1
回答
SaltStack触发webservices
web-services
、
salt-stack
但我错过了
Ansible
的一个
模块
:- name: using webservices url: http://...
浏览 1
提问于2016-10-26
得票数 1
回答已采纳
1
回答
Ansible
:是否有可能对通过Jinja2 ()提取的内容进行查找过滤?
ansible
、
jinja2
、
ansible-template
我使用
Ansible
uri
模块
发送了一个REST API查询。正文内容取自一个文件:我的文件中有一些变量-是否可以在将其发送到
uri
模块
之前告诉
ansible
浏览 8
提问于2017-01-18
得票数 0
1
回答
任意
URI
SSL证书密码
ansible
、
ssl-certificate
我有一个受密码保护的证书密钥,我正在尝试将其与
ansible
中的
uri
模块
一起使用,以对抗已配置为双向信任的URL。在
ansible
中,我似乎不知道如何为
uri
模块
的client_key选项提供密码。
浏览 25
提问于2019-03-20
得票数 0
1
回答
有没有一种方法可以在不使用GUI界面的情况下将ssh公钥/私钥添加到Jenkins credentials插件中
jenkins
、
ansible
您好,所以我正在尝试使用
ansible
和geerlinguy.jenkins
ansible
playbooks完全不使用web界面来编写脚本设置jenkins实例。I want to create jenkins credentials via
ansible
浏览 16
提问于2020-04-10
得票数 0
1
回答
如何使用
ansible
轻松地从HTML页面中提取一些html属性值?
ansible
、
ansible-2.x
我需要从使用
ansible
uri
模块
加载的html页面获取特定的元属性值。 如何在
ansible
变量中获取此属性?
浏览 2
提问于2016-04-15
得票数 1
1
回答
使用Azure AD进行合理授权以使用Microsoft Graph API调用
azure
、
ansible
、
azure-active-directory
、
postman
、
microsoft-graph-api
我的问题是:是否可以通过
Ansible
AWX (塔)调用此API?比如我只有很少的云账号,在运行完攻略后我必须更改它们的密码。我看到有
uri
模块
,但是我如何通过令牌来验证它呢?
浏览 15
提问于2020-07-20
得票数 0
1
回答
将html url转换为
uri
模块
ansible
、
rally
我希望将html url转换为
ansible
uri
模块
,当我在浏览器中加载url时,它会给出结果,但是从
uri
模块
我得到了错误。我的网址:- &fetch=true
uri
: url: https://rally1.rallydev.com/slm/webservice
浏览 2
提问于2019-05-27
得票数 2
回答已采纳
1
回答
Ansible
塔-作业的标准输出
logging
、
ansible
、
ansible-tower
我可以在标准输出窗格中查看作业的标准输出,但是这些日志存储在服务器上的什么位置,如何查看它们?谢谢
浏览 11
提问于2020-02-11
得票数 0
回答已采纳
1
回答
将curl转换为
ansible
uri
POST请求
curl
、
uri
、
influxdb
但是,我想要一个与此命令等效的
URI
,但我似乎在网上找不到。我知道get请求是这样的: http://example:8086/query?
浏览 16
提问于2019-11-13
得票数 0
1
回答
Ansible
uri
模块
将返回到特定的套接字端口
curl
、
ansible
、
proxy
、
socks
我可以使用
Ansible
Proxy命令来设置这个隧道,它在ssh - cli
模块
中工作得很好。
模块
执行的http请求,此选项没有帮助。
URI
代码:
ansible
.builtin.
uri
: url: "https://{{
ansible
_host }}/dataservice/j_security_check因此,这是可以做到的,但需要帮助,以了解如何在
ans
浏览 18
提问于2022-02-02
得票数 0
1
回答
如何使用
ansible
模块
将文件上传到nexus?
curl
、
ansible
、
nexus
我们是否可以使用
ansible
的
URI
模块
将文件上传到nexus,而不是使用curl -- upload -file作为shell任务?
浏览 1
提问于2020-09-02
得票数 0
1
回答
使用SCM同步配置插件时,使用
Ansible
重新加载配置
jenkins
、
ansible
、
jenkins-plugins
我正在安装Jenkins 2,所有插件都使用
Ansible
,我不想使用SCM Sync configuration plugin 1来管理Jenkins配置。我已经尝试了
Ansible
URI
模块
,也尝试使用wget,问题似乎是它不能进行身份验证。
浏览 2
提问于2016-11-28
得票数 0
1
回答
Ansible
:
uri
模块
忽略状态代码
rest
、
ansible
、
uri
、
ansible-2.x
使用以下代码迭代访问rest端点(实际上是工件端点):
uri
: url: "{{ api_endpoint
浏览 3
提问于2017-04-03
得票数 0
回答已采纳
1
回答
在
ansible
中执行curl命令
shell
、
curl
、
ansible
、
ambari
我试图在
ansible
剧本中传递这个curl命令: shell: 'curl -k -u {{ AMBARI_USER }}:{{ AMBARI_PASSWORD }} -H 'X-Requested-By
浏览 4
提问于2020-01-30
得票数 4
回答已采纳
1
回答
不可判读转义美元字符
regex
、
ansible
、
ansible-2.x
我正在尝试使用
Ansible
修改配置文件中的URL值我使用lineinfile
模块
,但它不起作用,- lineinfile: dest=/etc/log.conf regexp='^\\$CONSOLE_
URI
' line='$CONSOLE_
URI
=http://googl
浏览 2
提问于2016-03-01
得票数 3
回答已采纳
1
回答
有条件的不工作
ansible
在以下任务中,我试图有条件地运行第二个任务,但不平等操作符似乎不起作用: debug: command: some_conditional_command第二个任务总是被执行。 TASK [provision_rancher_server : debug] *
浏览 0
提问于2018-03-08
得票数 1
回答已采纳
2
回答
Ansible
:如何使用文档中的示例?
module
、
ansible
、
yaml
我开始学习
Ansible
,并为此从文档中复制和粘贴示例。: Check that a page returns a status 200 and fail if the word AWESOME is not in the page contents return_content: yes failed_when: "'AWESOME' not in this.content" 这是
浏览 16
提问于2022-11-28
得票数 0
回答已采纳
点击加载更多
相关
资讯
Ansible 系列之命令模块
Ansible生产常用十大模块
最新版ansible模块中核心类
介绍ansible的Ad-hoc与commands模块
回调域redirect uri is illegal
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券