From c888705493994b3517abc9c2e9650380f6428006 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 2 Mar 2021 18:01:50 +0100 Subject: [PATCH] Add note on infoblox inventory script. (#73676) --- docs/docsite/rst/scenario_guides/guide_infoblox.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docsite/rst/scenario_guides/guide_infoblox.rst b/docs/docsite/rst/scenario_guides/guide_infoblox.rst index 2fa90703a7e..d4597d90a0c 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 `_ - 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 `_, and will not work if `community.general` is only installed with `ansible-galaxy collection install`. Please use the inventory plugin from `infoblox.nios_modules `_ instead. + To use the Infoblox dynamic inventory script: #. Download the ``infoblox.yaml`` file and save it in the ``/etc/ansible`` directory.