04 2016 档案

摘要:zabbix监控之grafana 阅读全文
posted @ 2016-04-19 17:49 ca0guo 阅读(450) 评论(0) 推荐(0)
摘要:目录结构 [root@localhost ansible]# ansible-playbook site.yml 阅读全文
posted @ 2016-04-03 23:22 ca0guo 阅读(1680) 评论(0) 推荐(0)
摘要:ansible 批量推送ssh秘钥 参考:http://docs.ansible.com/ansible/authorized_key_module.html # 这里实现了两种可用方法 阅读全文
posted @ 2016-04-03 23:14 ca0guo 阅读(4622) 评论(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 阅读(5827) 评论(0) 推荐(0)