Update Linux/Ansible/ansible.md

This commit is contained in:
2023-12-17 11:21:29 +00:00
parent c7e016961e
commit c028a2036c

17
Linux/Ansible/ansible.md Normal file
View File

@@ -0,0 +1,17 @@
# Ansible Configuration
> [!NOTE]
> 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
```