diff options
| author | repliqa <sarzilhossain@proton.me> | 2025-07-23 14:06:15 +0600 |
|---|---|---|
| committer | repliqa <sarzilhossain@proton.me> | 2025-07-23 14:06:15 +0600 |
| commit | 69acb7a82a68eeb439e55b994281056df52c81b1 (patch) | |
| tree | 7c6a53694e11511a3014470c213255a503f9c95e /ansible.cfg | |
Diffstat (limited to 'ansible.cfg')
| -rw-r--r-- | ansible.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 00000000..1d44baa3 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,9 @@ +[defaults] +inventory = inventory.yaml +interpreter_python = /usr/local/bin/python3 +nocows = true +filter_plugins = filter_plugins +stdout_callback = debug +verbosity = 1 +host_key_checking = false +forks = 50 |
