Skip to content

Commit

Permalink
update ansible config example
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Moldenhauer authored and Xenion1987 committed Oct 23, 2023
1 parent 60dd254 commit e5e9bfe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ansible.cfg.example
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[defaults]
inventory = ./inventory.yml
host_key_checking = False
log_path = ${HOME}/.ansible/log/ansible.log
private_key_file = ${HOME}/.ssh/id_rsa
retry_files_enabled = yes
retry_files_save_path = ${HOME}/.ansible/retry-files
force_handlers = true
inventory = ./inventory
roles_path = ./roles

[ssh_connection]
scp_if_ssh = True

0 comments on commit e5e9bfe

Please sign in to comment.