1. 首页
  2. 数据库
  3. 其它
  4. ansible haproxy:.. 源码

ansible haproxy:.. 源码

上传者: 2021-05-03 06:49:12上传 ZIP文件 4.63KB 热度 18次
将ssh pub密钥添加到config- *目录 IE: for d in config-frontend1 frontend-2 config-haproxy; do cp $HOME/.ssh/id_rsa.pub $d done 然后使用以下命令构建服务: docker-compose build 并使用以下命令运行它: docker-compose up 现在在主机中,您无需密码即可进入三个对话框(假设您在主机中安装了ansible): for h in frontend1 frontend2 haproxy; do ansible $h -i inventory.yml -m ping; done 要检查前端是否可以访问http服务器,请执行以下操作: # frontend1 $ curl http://localhost:8080 # frontend2 $ c
用户评论