summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/inventory/cobbler.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/inventory/cobbler.py b/contrib/inventory/cobbler.py
index 0443bb3c8c..2546da0526 100755
--- a/contrib/inventory/cobbler.py
+++ b/contrib/inventory/cobbler.py
@@ -13,7 +13,7 @@ This, more or less, allows you to keep one central database containing
info about all of your managed instances.
This script is an example of sourcing that data from Cobbler
-(http://cobbler.github.com). With cobbler each --mgmt-class in cobbler
+(https://cobbler.github.io). With cobbler each --mgmt-class in cobbler
will correspond to a group in Ansible, and --ks-meta variables will be
passed down for use in templates or even in argument lines.
@@ -25,8 +25,6 @@ ansible talking to it twice. The first one found will be used. If no
not add cobbler system names because there is no requirement in cobbler
that those correspond to addresses.
-See http://ansible.github.com/api.html for more info
-
Tested with Cobbler 2.0.11.
Changelog:
@@ -56,7 +54,7 @@ Changelog:
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
+# along with Ansible. If not, see <https://www.gnu.org/licenses/>.
######################################################################