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