Blame view

ansible.cfg 302 Bytes
chunhua.zhang authored
1 2 3
[defaults]

host_key_checking = False
4
private_key_file =  ~/.ssh/yoho_server
chunhua.zhang authored
5
chunhua.zhang authored
6
# default host file is test
chunhua.zhang authored
7
inventory = ./inventories/test
chunhua.zhang authored
8 9
roles_path = ./roles
Your Name authored
10 11
retry_files_enabled = False # Do not create them
retry_files_save_path = "~/" # The directory they will go into
chunhua.zhang authored
12
Your Name authored
13
#library = /usr/share/ansible