DevOps学习

一、ansible按照docker

1、在线安装

1.1、ansible版本

root@localhost ansible# ansible --version

ansible 2.9.27

config file = /app/local/ansible/ansible.cfg

configured module search path = u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'

ansible python module location = /usr/lib/python2.7/site-packages/ansible

executable location = /usr/bin/ansible

python version = 2.7.5 (default, Jun 28 2022, 15:30:04) GCC 4.8.5 20150623 (Red Hat 4.8.5-44)

root@localhost ansible# cat /etc/centos-release

CentOS Linux release 7.9.2009 (Core)

2、离线安装

相关推荐
·薯条大王2 小时前
经济实惠玩云服务器|一台云服务器多人共用,子账号配置教程
java·linux·运维·服务器·汇编·c++·python
小小、码农5 小时前
Linux进程控制:从fork到exec,手写一个简易Shell
linux·运维·服务器
不会就选b5 小时前
Linux之进程间通信(二)---模拟进程池
linux·运维·服务器
圆奋奋7 小时前
FreeRTOS学习(三)- 任务调度模块
学习·开源·freertos
沫璃染墨7 小时前
《从零入门Linux系统篇(十五):系统工具篇·六——GDB调试器详解:从程序执行控制到高级调试技巧》
linux·运维·服务器·c语言·c++
吃着火锅x唱着歌8 小时前
Effective C++ 学习笔记 条款40 明智而审慎地使用多重继承
c++·笔记·学习
AIgorithmGEEK8 小时前
Linux 环境变量完全指南:从入门到理解底层原理
linux·运维·服务器
修罗王8 小时前
Linux Docker 服务管理与排查实战指南(新手速查版)
运维·docker
xian_wwq8 小时前
【学习笔记】Prompt Engineering 没死,只是它不再够用了-2/16
笔记·学习·prompt
迪康Defender8 小时前
从静态存储到动态流转:终端透明加密两种模式实战解析
运维·服务器·网络·数据库·其他