feat(ansible): Add ansible configuration

This commit is contained in:
Claude AI
2026-01-06 14:36:48 +00:00
parent 65e9e386cb
commit eb2a553eab

View File

@@ -0,0 +1,14 @@
[defaults]
inventory = inventory/production
remote_user = ubuntu
host_key_checking = False
private_key_file = ~/.ssh/id_rsa
retry_files_enabled = False
roles_path = roles
gathering = smart
stdout_callback = yaml
become = True
become_method = sudo
[ssh_connection]
pipelining = True