ansible——INVENTORY主机清单

一、Inventory主机清单

Inventory支持对主机进行分组,每个组内可以定义多个主机,每个主机都可以定义在任何一个或多个主机组内

二、Inventory主机清单部署

2.1 前期准备

systemctl stop firewalld

setenforce 0

yum install epel-release -y

yum install ansible -y

2.2 远程ping通被管理端

2.2.1 编辑hosts

vim /etc/ansible/hosts

2.2.2 编辑sshd配置文件

vim /etc/ssh/sshd_config

systemctl restart sshd

2.2.3 远程连接被管理端

ssh -p 端口 IP地址

2.3 主机变量

vim /etc/ansible/hosts

2.3.1 远程ping通被管理端

ansible web -m ping

2.3.2 远程免密登陆

ssh-keygen -t rsa

ssh-copy-id IP地址

2.4 组变量

vim /etc/ansible/hosts

2.5 组变量

vim /etc/ssh/sshd_config

systemctl restart sshd

ansible web -m ping

2.8 组嵌套

vim /etc/ansible/hosts

ansible onlys -m ping

相关推荐
无名之逆3 小时前
Rust 开发提效神器:lombok-macros 宏库
服务器·开发语言·前端·数据库·后端·python·rust
cg50173 小时前
Spring Boot 的配置文件
java·linux·spring boot
暮云星影3 小时前
三、FFmpeg学习笔记
linux·ffmpeg
rainFFrain3 小时前
单例模式与线程安全
linux·运维·服务器·vscode·单例模式
GalaxyPokemon4 小时前
Muduo网络库实现 [九] - EventLoopThread模块
linux·服务器·c++
mingqian_chu4 小时前
ubuntu中使用安卓模拟器
android·linux·ubuntu
xujiangyan_5 小时前
nginx的反向代理和负载均衡
服务器·网络·nginx
GalaxyPokemon5 小时前
Muduo网络库实现 [十] - EventLoopThreadPool模块
linux·服务器·网络·c++
自由鬼5 小时前
开源虚拟化管理平台Proxmox VE部署超融合
linux·运维·服务器·开源·虚拟化·pve