fix: Move SSH private key setting from ansible.cfg to inventory
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
[defaults]
|
||||
inventory = inventory.ini
|
||||
host_key_checking = False
|
||||
private_key_file = {{ private_key_file }}
|
||||
retry_files_enabled = False
|
||||
roles_path = roles
|
||||
stdout_callback = yaml
|
||||
|
||||
Reference in New Issue
Block a user