Ansible Playbooks入门介绍

1、目录结构

2、详细目录

3、主任务文件main.yaml

主任务文件main.yaml
  - name: print server name and user to remote testbox        # 任务名称
    shell: "echo 'Currently {{  user }} is logging {{ server_name }}' > {{ output }}    
  # shell模块执行命令,变量是iventory/testenv中的 testservers:vars 部分的key/value

4、任务入口文件deploy.yaml

5、SSH免密码秘钥认证

 6、部署到目标服务器

(.py3-a2.5-env) [deploy@ansible test_playbooks]$ ansible-playbook -i inventory/testenv ./deploy.yaml 

PLAY [testservers] *********************************************************************

TASK [Gathering Facts] *****************************************************************
ok: [test.pso.com]

TASK [testbox : Print Server name and user to remote testbox] **************************
changed: [test.pso.com]

PLAY RECAP *****************************************************************************
test.pso.com               : ok=2    changed=1    unreachable=0    failed=0  

 

转载于:https://www.cnblogs.com/vincenshen/p/10468046.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值