基本框架
This commit is contained in:
5
ansible/ansible.cfg
Normal file
5
ansible/ansible.cfg
Normal file
@@ -0,0 +1,5 @@
|
||||
[defaults]
|
||||
# 首次连接时跳过 host key 确认(实验室环境可接受)
|
||||
host_key_checking = False
|
||||
# 使用 inventory 同目录
|
||||
inventory = inventory.ini
|
||||
Reference in New Issue
Block a user