首页 > 其他 > 详细

ansible服务部署

时间:2019-10-22 15:54:37      阅读:85      评论:0      收藏:0      [点我收藏+]

1.ansible.cfg配置文件

[defaults]
#inventory= /home/op/ansible/testing
#sudo_user=root
remote_port=9122
remote_user=op
log_path=/home/zhangkuikui/phoebe_operate/log/ansible.log
no_log=False
roles_path=/home/zhangkuikui/phoebe_operate/roles/
transport=smart
forks=20
host_key_checking=False
timeout = 20

gathering = smart
fact_caching = jsonfile
fact_caching_connection = /home/zhangkuikui/phoebe_operate/facts_cache
fact_caching_timeout = 3600

  

ansible服务部署

原文:https://www.cnblogs.com/zhangkui/p/11719847.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!