Browse code

Add note on infoblox inventory script. (#73676) (#73759)

(cherry picked from commit c888705493994b3517abc9c2e9650380f6428006)

Felix Fontein authored on 2021/03/12 08:25:34
Showing 1 changed files
... ...
@@ -252,6 +252,10 @@ You can use the Infoblox dynamic inventory script to import your network node in
252 252
 
253 253
 - `infoblox.py <https://raw.githubusercontent.com/ansible-collections/community.general/main/scripts/inventory/infoblox.py>`_ - The python script that retrieves the NIOS inventory.
254 254
 
255
+.. note::
256
+
257
+    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.
258
+
255 259
 To use the Infoblox dynamic inventory script:
256 260
 
257 261
 #. Download the ``infoblox.yaml`` file and save it in the ``/etc/ansible`` directory.