Skip to content

Commit ef4ab51

Browse files
authored
Merge pull request #3 from mclang/patch-1
Adds some ansible.cfg information
2 parents c5dab19 + 796b5d5 commit ef4ab51

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Ansible/install.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,8 @@ It is advisable also to install source control. Although this is not required it
5353

5454
/etc/ansible/hosts is the default Ansible inventory file.
5555

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:
59+
60+
https://ansible-manual.readthedocs.io/en/latest/intro_configuration.html

0 commit comments

Comments
 (0)