Skip to content

Commit

Permalink
ops(ansible): enable host_key_checking in ansible.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcHeiden committed Nov 30, 2023
1 parent e287da9 commit 1581d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inventory = inventory.yml
ask_vault_pass = True
#interpreter_python = python3
retry_files_enabled = False
host_key_checking = False
host_key_checking = True

[privilege_escalation]
# Activate privilege escalation
Expand Down

0 comments on commit 1581d08

Please sign in to comment.