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

  

相关文章:

  • 2022-01-02
  • 2021-06-13
  • 2022-12-23
  • 2021-10-23
  • 2021-09-23
  • 2021-11-12
  • 2021-11-21
  • 2021-08-06
猜你喜欢
  • 2021-10-02
  • 2021-12-09
  • 2022-01-01
  • 2021-11-23
  • 2022-12-23
  • 2021-05-06
相关资源
相似解决方案