mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
ansible-server: move inventory to the right place
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -153,6 +153,7 @@ hash_behaviour=merge
|
||||
|
||||
# (pathlist) Comma separated list of Ansible inventory sources
|
||||
;inventory=/etc/ansible/hosts
|
||||
inventory={{ ansible_base }}/ansible/inventory
|
||||
|
||||
# (pathspec) Colon separated paths in which Ansible will search for HttpApi Plugins.
|
||||
;httpapi_plugins=~/.ansible/plugins/httpapi:/usr/share/ansible/plugins/httpapi
|
||||
@@ -681,7 +682,6 @@ pipelining=True
|
||||
|
||||
|
||||
[inventory]
|
||||
inventory={{ ansible_base }}/ansible/inventory
|
||||
# (string) This setting changes the behaviour of mismatched host patterns, it allows you to force a fatal error, a warning or just ignore it
|
||||
;host_pattern_mismatch=warning
|
||||
|
||||
|
||||
Reference in New Issue
Block a user