diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:28 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:28 +0200 |
| commit | 015c3758d922cd2e06290c460bc34815088848c2 (patch) | |
| tree | ea8e85b1a7adef461c814926a8a4e101032bdb69 /ansible.cfg | |
| parent | 7e145475ab0aa49e4db6f8db7842dc8a86747b65 (diff) | |
Initial commit
Diffstat (limited to 'ansible.cfg')
| -rw-r--r-- | ansible.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..18b6f30 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,8 @@ +[defaults] +display_skipped_hosts = no +interpreter_python = auto_silent +inventory = ./inventory/ +callback_result_format = yaml + +[ssh_connection] +pipelining = yes |
