Commit Graph
2 Commits
Author SHA1 Message Date
Robin Schneider 48d620dcb2 Support to find Ansible hosts file in DebOps style projects
In [DebOps](https://debops.org/), it is common to have the Ansible host
inventory in a projects directory below "$HOME". This allows to have multiple
and separate Ansible environments.  For such a setup, the host inventory can be
found at `$PWD/ansible/inventory/hosts` as Ansible is typically executed from
the root of the project.  This patch adds support for such a layout as
fallback.

Ref: https://docs.debops.org/en/latest/debops-playbooks/docs/guides/getting-started.html
2017-02-11 12:23:51 +01:00
Robin Schneider 5089cd661b Made it a oh-my-zsh plugin and documented how to use it. 2015-01-31 15:26:35 +01:00