Add Linux/Ansible/ansible.cfg

This commit is contained in:
2023-12-17 11:18:03 +00:00
parent 739448bd85
commit de0213527b

16
Linux/Ansible/ansible.cfg Normal file
View File

@@ -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
```