diff options
-rwxr-xr-x[-rw-r--r--] | share/hydra/inventory | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/hydra/inventory b/share/hydra/inventory index 97b63e6..bd191a2 100644..100755 --- a/share/hydra/inventory +++ b/share/hydra/inventory @@ -17,6 +17,12 @@ # License along with this program. If not, see # <http://www.gnu.org/licenses/>. # Copyright (C) 2015 Silvio Rhatto<fujiro@sarava.org> +# +# See http://docs.ansible.com/ansible/latest/intro_dynamic_inventory.html +# https://www.ansible.com/how-ansible-works +# http://ansible.pickle.io/post/86598332429/running-ansible-playbook-in-localhost +# https://groups.google.com/forum/#!topic/ansible-project/IBszBK8ylg0 +# https://github.com/ansible/ansible/issues/11695 # Dependencies import yaml |