From de0213527bfe8d4168acfb0fcff01868c4e87c9d Mon Sep 17 00:00:00 2001 From: NiceDevil Date: Sun, 17 Dec 2023 11:18:03 +0000 Subject: [PATCH] Add Linux/Ansible/ansible.cfg --- Linux/Ansible/ansible.cfg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Linux/Ansible/ansible.cfg diff --git a/Linux/Ansible/ansible.cfg b/Linux/Ansible/ansible.cfg new file mode 100644 index 0000000..abeb914 --- /dev/null +++ b/Linux/Ansible/ansible.cfg @@ -0,0 +1,16 @@ +# Ansible Configuration +> https://www.youtube.com/watch?v=2W_YE0fZs88 + +## Location +```python +/etc/ansible/ansible.cfg +``` + +## Content +```python +[defaults] +display_skipped_hosts = no +host_key_checking = False +deprecation_warnings = False +interpreter_python = /usr/bin/python3 +``` \ No newline at end of file