diff options
| author | mail_redacted_for_web | 2026-04-18 10:22:51 +0200 |
|---|---|---|
| committer | mail_redacted_for_web | 2026-04-18 10:22:51 +0200 |
| commit | aa71cd5fb7cd44941c5c3a97ff6571bfe2912e35 (patch) | |
| tree | c15927af30d526d87c3d2e4c0215ae98108304b8 | |
| parent | 77628b800070a825e0b7e28f0ccc647d1912f4a4 (diff) | |
| download | os-patch-aa71cd5fb7cd44941c5c3a97ff6571bfe2912e35.tar.bz2 | |
| -rw-r--r-- | ansible.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..f51c0d1 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,6 @@ +[defaults] +display_skipped_hosts = False +nocows = True +force_color = False +nocolor = False +callbacks_enabled = ansible.posix.timer |
