8 lines
251 B
INI
8 lines
251 B
INI
[defaults]
|
||
# 首次连接时跳过 host key 确认(实验室环境可接受)
|
||
host_key_checking = False
|
||
# 使用 inventory 同目录
|
||
inventory = inventory.ini
|
||
# 允许 include_role 解析仓库内角色(例如 verify_common)
|
||
roles_path = roles
|