summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fontein <felix@fontein.de>2021-03-12 00:25:34 +0100
committerGitHub <noreply@github.com>2021-03-11 17:25:34 -0600
commit2cca1c509ae680aeeb07af5b750df86618d4a996 (patch)
treef1048eeaa987de4e9944487b438cdc523e36e2f8
parent1eaa02c880a4daf64f3e43d2b65328c49208ba9c (diff)
downloadansible-2cca1c509ae680aeeb07af5b750df86618d4a996.tar.gz
Add note on infoblox inventory script. (#73676) (#73759)
(cherry picked from commit c888705493994b3517abc9c2e9650380f6428006)
-rw-r--r--docs/docsite/rst/scenario_guides/guide_infoblox.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/docsite/rst/scenario_guides/guide_infoblox.rst b/docs/docsite/rst/scenario_guides/guide_infoblox.rst
index 2fa90703a7..d4597d90a0 100644
--- a/docs/docsite/rst/scenario_guides/guide_infoblox.rst
+++ b/docs/docsite/rst/scenario_guides/guide_infoblox.rst
@@ -252,6 +252,10 @@ You can use the Infoblox dynamic inventory script to import your network node in
- `infoblox.py <https://raw.githubusercontent.com/ansible-collections/community.general/main/scripts/inventory/infoblox.py>`_ - The python script that retrieves the NIOS inventory.
+.. note::
+
+ Please note that the inventory script only works when Ansible 2.9, 2.10 or 3 have been installed. The inventory script will eventually be removed from `community.general <https://galaxy.ansible.com/community/general>`_, and will not work if `community.general` is only installed with `ansible-galaxy collection install`. Please use the inventory plugin from `infoblox.nios_modules <https://galaxy.ansible.com/infoblox/nios_modules>`_ instead.
+
To use the Infoblox dynamic inventory script:
#. Download the ``infoblox.yaml`` file and save it in the ``/etc/ansible`` directory.