diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-31 13:22:47 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-31 13:22:47 -0200 |
commit | eb31a7bb815b692c28389d74af60bc3120317c17 (patch) | |
tree | 565666add49d5a098778d8d6f9ee4f2cabcf4de0 | |
parent | 4dcf76261952adb273578c9fe798ffa9d33101b2 (diff) | |
download | hydra-eb31a7bb815b692c28389d74af60bc3120317c17.tar.gz hydra-eb31a7bb815b692c28389d74af60bc3120317c17.tar.bz2 |
Ansible inventory referencesfeature/ansible
-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 |