You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Ansible/install.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,3 +53,8 @@ It is advisable also to install source control. Although this is not required it
53
53
54
54
/etc/ansible/hosts is the default Ansible inventory file.
55
55
56
+
Ansible also looks `ansible.cfg` from current directory before failing back to the default one. Inventory file, as well as many other settings, can be defined inside the config file and kept easily in git repo so that any changes are easily tracked.
57
+
58
+
Documentation of all the configuration file settins can be found from:
0 commit comments