1 Star 0 Fork 7

chenzhiyucmd/ansible

forked from walker.zhang/ansible 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
notes.txt 974 Bytes
一键复制 编辑 原始数据 按行查看 历史
2019年7月9日
关于ansible在ubuntu系统下,模块apt_repository在网络代理下无法正常访问网络获取库地址。此处主要是指需要通过网络访问来获得source的情况,比如:ppa:vbernat/haproxy-2.0等等。
而已经获得source,无需通过网络访问的,依旧可以通过apt_repository处理。
针对上述情况,建议不使用apt_repository,可以直接通过command模块调用apt-add-repository命令来完成,别忘了需要增加:--yes,要不然ansible会卡住,等待确认指令。
关于缺陷情况的跟踪:https://github.com/ansible/ansible/issues/42534
[DEPRECATION WARNING]: evaluating multiMaster as a bare variable, this behaviour will go away and you might need to add |bool to the expression in the future. Also
see CONDITIONAL_BARE_VARS configuration toggle.. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting
deprecation_warnings=False in ansible.cfg.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chenzhiyucmd/ansible.git
[email protected]:chenzhiyucmd/ansible.git
chenzhiyucmd
ansible
ansible
master

搜索帮助