腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
3
回答
如何
下载
和
安装
ansible
模块
?
ansible
我找到了这个DNSimple
ansible
模块
: 但是在那个页面上找不到
下载
和
安装
的地方吗?
如何
下载
和
安装
像这样的
ansible
模块
呢?谢谢。
浏览 23
提问于2017-03-16
得票数 12
回答已采纳
2
回答
可能:通过HTTP
安装
tarball
http
、
installation
、
ansible
我想扩展我的
ansible
攻略,在Debian 7机器上
安装
/验证phantomjs
和
wkhtmltopdf的
安装
。这两个程序都可以通过HTTP以压缩的tarball形式提供。我知道get_url
模块
,但它不会解压,如果我添加一些外壳命令来解压
和
移动二进制文件,我怀疑每次运行
ansible
时,tarball都会被
下载
、解包
和
再次移动,从而造成不必要的网络流量。我该
如何
解决这个问题呢?我应该创建一个.deb文
浏览 0
提问于2014-11-12
得票数 12
回答已采纳
1
回答
开发
ansible
call另一个
模块
ansible
我正在为编译源代码开发一个
Ansible
模块
,如 因此,我想使用
ansible
核心
模块
get_url和解压缩
和
外壳,但没有找到
如何</em
浏览 1
提问于2016-10-19
得票数 3
回答已采纳
2
回答
Ansible
开发
模块
-
下载
位置
ansible
如何
安装
/
下载
Ansible
开发
模块
?# rpm -qa |grep ansib--- - name: Get info for all installed services register: servicelist #
ansible
-play
浏览 0
提问于2020-05-01
得票数 0
4
回答
如何
在ubuntu18.04上
安装
可
安装
的2.9+并利用python3?
python-3.x
、
ansible
、
ubuntu-18.04
、
ansible-2.x
我试图在Ubuntu仿生(18.04 LTS)上
安装
最小的
ansible
2.9.x。默认情况下在中。使用建议在/etc/apt/sources.list中添加以下行 deb http://ppa.launchpad.net/
ansible
/<
浏览 4
提问于2020-03-04
得票数 7
1
回答
带
Ansible
Galaxy的自动可
安装
自定义
模块
ansible
、
ansible-galaxy
有什么好的方法来使用来
安装
和
启用
Ansible
(2.7.9)自定义
模块
?├──
ansible<
浏览 4
提问于2019-10-24
得票数 1
回答已采纳
4
回答
无法在python3中导入pymysql
模块
python
、
ansible
、
importerror
、
pymysql
我已经使用sudo python install PyMySql
下载
了pymysql,它显示pip3
模块
安装
成功。 ? 但是当我尝试导入它时,它显示没有使用此名称的
模块
。 ? 实际上,我在
Ansible
中为mysql root用户密码更新写了一个剧本,
Ansible
需要这个pymysql
模块
。
浏览 109
提问于2020-01-17
得票数 1
回答已采纳
1
回答
不可
安装
所有必需的Azure
模块
azure
、
ansible
我正在尝试一种简单的方法,比如通过
Ansible
Playbook在Azure中创建一个资源组,但我需要。我不能用pip install azure
安装
SDK,因为微软不再支持它了,这是完全不合逻辑的,因为
Ansible
每次执行剧本时都会显示ModuleNotFoundError错误,而且我必须手动
安装
它们
浏览 7
提问于2020-05-03
得票数 2
回答已采纳
2
回答
使用
Ansible
安装
Debian包(.deb)时出现问题
ansible
、
ansible-2.x
我正在尝试使用
Ansible
在几个远程服务器上
安装
一个Debian包。程序包已上载到目标服务器的文件夹中。我使用apt
模块
创建了一个
Ansible
攻略: apt: deb: /home/administrator/ftp/SentinelAgent_linux_v4: false, "msg": "Unable to install package: E:Invalid archive mem
浏览 2
提问于2021-01-06
得票数 2
1
回答
中的firewalld
模块
和
Python3绑定
ansible
、
python-3.8
file = /opt/work/
ansible
/
ansible
.cfg} 默认情况下,
模块
或
ansib
浏览 28
提问于2022-04-11
得票数 1
1
回答
如何
从s3桶
下载
rpm并使用
ansible
plabook
安装
?
amazon-web-services
、
amazon-s3
、
ansible
我需要的是从s3
下载
该文件并
安装
该软件包。所有这些任务都需要由一个可操作的剧本来完成。 使用get_url
ansible
模块
,我可以从s3
下载
,但是
如何
安装
软件包呢?
浏览 1
提问于2019-06-27
得票数 1
2
回答
如何
在
Ansible
中使用lxc_container
模块
?
python
、
ansible
、
ansible-playbook
、
lxc
、
devops
我正在尝试运行这本手册- hosts: control tasks: lxc_container: name={{ item }} state=started - app01 - lb01目标主机为localhost,但它出现故障并显示以下错误 failed: [127.0.0.1] => (item=app01) => {
浏览 0
提问于2016-03-25
得票数 1
1
回答
在本地机器的Vagrant来宾上
安装
Ansible
vagrant
、
ansible
我使用的是Vagrant
和
ansible
_local供应器。是否有一种方法可以指定从何处
下载
Ansible
?只选择
如何
安装
Ansible
,而不是从何处。*用"where“编辑,我的意思是指定
下载
位置。
浏览 6
提问于2017-01-02
得票数 0
回答已采纳
2
回答
如何
安装
可
安装
模块
-附加?
ansible
我已经通过ubuntu软件包
ansible
安装
了
ansible
,我正在尝试使用npm
模块
,它是一个临时
模块
,只在
ansible
-modules-extras
ansible
-modules-extras我
如何
安装
可
安装
模块
-附加?看看文件是作为apt包的一部分
安装
的,我想我必须合并一些源代码文件夹,以像/usr/share/
ansible</e
浏览 5
提问于2015-03-09
得票数 6
2
回答
不使用复制
模块
就可以将本地文件复制到删除服务器上吗?
ansible
我正在编写一个将配置文件上传到远程服务器的剧本,但是远程服务器没有
安装
python (这是使用
模块
的必要条件)。为了避免在服务器上
安装
python,我已经成功地使用原始特性编写了其他的剧本,但是我在
Ansible
文档中找不到任何例子来使用裸骨ssh执行文件上传。非
模块
上传是可能的吗?
浏览 6
提问于2017-02-08
得票数 3
回答已采纳
1
回答
如何
在
Ansible
中使用`yum`
模块
清理并缓存yum repo?
ansible
、
yum
Ansible
有yum
模块
, 我们可以使用它来
安装
一个包:
ansible
all -m yum -a 'name=vim state=latest' 但是
如何
使用它来执行clean
和
make我只知道脚本的方式:
ansible
all -m shell -a 'yum clean all'
ansible
all -m shell -a 'yum makecache' 那么,
如
浏览 74
提问于2020-09-03
得票数 1
回答已采纳
1
回答
无法启动服务器的任务未完成
apt
、
ansible
、
kibana
我正在使用
ansible
来
安装
我的ubuntu机器
和
ELK服务器,但是我需要
安装
一个较旧版本的kibana (5.2.2)。最初,我尝试使用apt
模块
,而尝试了类似于- apt: name=kibana=5.2.2 state=present force=yes的东西,但是apt找不到版本号。现在,我正在通过
下载
、
安装
和
启动服务器来尝试手动方式。 但是,我遇到的问题是,当我告诉
ansible
运行cd /home/u
浏览 0
提问于2017-12-19
得票数 2
回答已采纳
1
回答
Ansible
:将Azure blob
下载
到Windows的最优雅的方法?
windows
、
ansible
、
azure-blob-storage
我正在寻找一种最优雅的方式来
下载
托管在Azure存储帐户中的blob到Windows,使用
Ansible
。因此,从我所做的阅读
和
实验来看,我的理解是,除了Windows上的win_前缀
模块
之外,很难/不可能运行任何
Ansible
模块
,但如果您委托给本地主机,则可以使用其他
模块
,例如: - name: Retrieve,这可能很好,但是这里的结果是blob正在
下载
到
Ansible
主机,而不是配置的Windows,所以我需要添加
浏览 0
提问于2019-06-27
得票数 0
2
回答
Ansible
shell
模块
需要目标服务器上的python吗?
python
、
shell
、
ansible
在每个目标上
安装
python并不是我所能追求的解决方案。 是否可以使用我的
Ansible
自动化来运行剧本并使用shell
模块
执行脚本,而不需要依赖python?
浏览 7
提问于2020-07-03
得票数 7
回答已采纳
1
回答
错误: composer不是不可接受的任务或处理程序中的合法参数。
ansible
、
ansible-2.x
、
vagrant-provision
嗨,我一直在尝试让
安装
我的composer.json文件中的所有内容。但是我得到了这个错误错误: composer不是
Ansible
任务或处理程序中的合法参数,我不知道是什么导致了这一点。基本上,我只想运行composer并告诉composer
安装
我的composer json中的所有依赖项。
浏览 2
提问于2017-03-10
得票数 0
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
对象存储
ICP备案
云点播
腾讯会议
活动推荐
运营活动
广告
关闭
领券