部署ansible以及简单示例

配置ssh互信1.在ansible所在的主机下生成公钥/私钥对。 ssh-keygen -t rsa 把id_rsa.pub复制到要部署agent的主机,内容放到 .ssh/authorized_keys文件里authorized_keys的权限要 >= 600 如: chmod 700 authorized_keys部署ansibleyum install ansible注:ansib
摘要由CSDN通过智能技术生成

配置ssh互信

1.在ansible所在的主机下生成公钥/私钥对。
ssh-keygen -t rsa

  1. 把id_rsa.pub复制到要部署agent的主机,内容放到 .ssh/authorized_keys文件里

  2. authorized_keys的权限要 >= 600
    如:
    chmod 700 authorized_keys

部署ansible

yum install ansible

注:ansible安装完成,配置完成之后,执行ansible all -m ping 命令有可能报错:
selinux but python bindings (libselinux-python) aren’t installed
执行
yum install libselinux-python
修改配置
编辑配置文件,添加主机组以及主机ip

/etc/ansible/hosts

# This is the default ansible 'hosts' file. 
# 
# It should live in /etc/ansible/hosts 
# 
#   - Comments begin with the '#' character 
#   - Blank lines are ignored 
#   - Groups of hosts are delimited by [header] elements 
#   - You can enter hostnames or ip addresses 
#   - A hostname/ip can be a member of multiple groups 

# Ex 1: Ungrouped hosts, specify before any group headers. 

## green.example.com 
## blue.example.com 
## 192.168.100.1 
## 192.168.100.10 

# Ex 2: A collection of hosts belonging to the 'webservers' group 

## [webservers] 
## alpha.example.org 
## beta.example.org 
## 192.168.1.100 
## 192.168.1.110 

# If you have multiple hosts following a pattern you can specify 
# them like this: 

## www[001:006].example.com 

# Ex 3: A collection of database servers in the 'dbservers' group 

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值