摘要: 目录结构 [root@localhost ansible]# ansible-playbook site.yml 阅读全文
posted @ 2016-04-03 23:22 ca0guo 阅读(1671) 评论(0) 推荐(0) 编辑
摘要: ansible 批量推送ssh秘钥 参考:http://docs.ansible.com/ansible/authorized_key_module.html # 这里实现了两种可用方法 阅读全文
posted @ 2016-04-03 23:14 ca0guo 阅读(4605) 评论(0) 推荐(0) 编辑
摘要: # 检查主机连接# ansible caoguo -m ping # 执行远程命令# ansible caoguo -m command -a 'uptime' # 执行主控端脚本# ansible caoguo -m script -a '/etc/ansible/script/test.sh' 阅读全文
posted @ 2016-04-03 23:04 ca0guo 阅读(5792) 评论(0) 推荐(0) 编辑