From a274ef9adc1f5cd60903f53bade9c06a3100737c Mon Sep 17 00:00:00 2001 From: Miguel Cabrerizo Date: Fri, 6 May 2016 15:57:16 +0200 Subject: [PATCH] Update intro_dynamic_inventory.rst (#15750) When using Cobbler with Ansible a cobbler.ini file is needed by the /etc/ansible/cobbler.py script, otherwise Python errors like ConfigParser.NoSectionError: No section: 'cobbler' are shown. Maybe this could be added to the documentation. Thanks and cheers! --- docsite/rst/intro_dynamic_inventory.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docsite/rst/intro_dynamic_inventory.rst b/docsite/rst/intro_dynamic_inventory.rst index 07223de6537..5c4731d3602 100644 --- a/docsite/rst/intro_dynamic_inventory.rst +++ b/docsite/rst/intro_dynamic_inventory.rst @@ -34,6 +34,28 @@ To tie Ansible's inventory to Cobbler (optional), copy `this script