ansible.cfg
The following is the content of ansible.cfg file that points to the hosts-net inventory file.
osboxes@osboxes:~/playbooks$ cat ansible.cfg
[defaults]
inventory = hosts-net
host_key_checking = False
retry_files_enabled = False
interpreter_python = auto
osboxes@osboxes:~/playbooks
Last modified date: 06/08/2023