move inventory into sub-folder; updated inventory reference in ansible.cfg

This commit is contained in:
Chris Hammer
2022-02-14 19:24:11 -05:00
parent 8250ced5e7
commit 459e507bbf
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[defaults] [defaults]
inventory = hosts inventory = inventory/hosts
roles_path = roles roles_path = roles
collections_path = collections collections_path = collections
remote_tmp = /tmp/.ansible-${USER}/tmp remote_tmp = /tmp/.ansible-${USER}/tmp