summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-04-23 12:22:36 -0700
committerMatt Clay <matt@mystile.com>2018-04-25 23:12:46 -0700
commit32d786af65ac898c7996c2da341e095974397250 (patch)
tree15041470a84c0baedc4b7f9a0d5638140494d437 /contrib
parent354454ad58810451cfae31f93872061136350ee3 (diff)
downloadansible-32d786af65ac898c7996c2da341e095974397250.tar.gz
Convert more http links to https.
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/>.
######################################################################