summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Schneider <ypid@riseup.net>2017-02-16 01:09:33 +0100
committerscottb <dharmabumstead@users.noreply.github.com>2017-02-15 16:09:33 -0800
commit3700bcb6dd3df3e24defd9d1636253dd66e02174 (patch)
treeb50de38f21be9053adb1afde4042842ac6697c04
parentf77599620954ff6c9e2668d382a14100571c9f11 (diff)
downloadansible-3700bcb6dd3df3e24defd9d1636253dd66e02174.tar.gz
Use HTTPS instead of legacy HTTP for ansible.com (#16870)
Mechanical edit done by this "one-liner": ```Shell git ls-files -z "$(git rev-parse --show-toplevel)" | xargs --null -I '{}' find '{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's#http://(www\.|galaxy\.|)ansible\.com#https://\1ansible.com#g;' ``` Related to: https://github.com/ansible/ansible/issues/16869
-rw-r--r--docs/docsite/_themes/srtd/layout.html12
-rw-r--r--docs/docsite/rst/community.rst2
-rw-r--r--docs/docsite/rst/dev_guide/developing_inventory.rst2
-rw-r--r--docs/docsite/rst/dev_guide/developing_releases.rst2
-rw-r--r--docs/docsite/rst/faq.rst4
-rw-r--r--docs/docsite/rst/guide_rolling_upgrade.rst2
-rw-r--r--docs/docsite/rst/playbooks_roles.rst2
-rw-r--r--docs/docsite/rst/tower.rst4
-rw-r--r--examples/ansible.cfg4
-rw-r--r--packaging/arch/PKGBUILD2
-rw-r--r--packaging/macports/sysutils/ansible/Portfile2
-rw-r--r--packaging/rpm/ansible.spec2
-rw-r--r--setup.py2
13 files changed, 21 insertions, 21 deletions
diff --git a/docs/docsite/_themes/srtd/layout.html b/docs/docsite/_themes/srtd/layout.html
index 77a705f33c..2c83950e21 100644
--- a/docs/docsite/_themes/srtd/layout.html
+++ b/docs/docsite/_themes/srtd/layout.html
@@ -181,11 +181,11 @@
<li><a href="https://www.ansible.com/blog" target="_blank">Blog</a></li>
</ul>
</div>
-
+
<!-- changeable widget -->
<div id="sideBanner">
<br/>
- <a href="http://www.ansible.com/docs-left?utm_source=docs">
+ <a href="https://www.ansible.com/docs-left?utm_source=docs">
<img style="border-width:0px;" src="https://cdn2.hubspot.net/hubfs/330046/docs-graphics/ASB-docs-left-rail.png" />
</a>
</div>
@@ -208,14 +208,14 @@
<div class="wy-nav-content">
<div class="rst-content">
- <!-- Banner ads
+ <!-- Banner ads
<div class="DocSiteBanner">
<a class="DocSiteBanner-imgWrapper"
- href="http://www.ansible.com/docs-top?utm_source=docs">
+ href="https://www.ansible.com/docs-top?utm_source=docs">
<img src="https://cdn2.hubspot.net/hubfs/330046/docs-graphics/ASB-docs-top-left.png">
</a>
<a class="DocSiteBanner-imgWrapper"
- href="http://www.ansible.com/docs-top?utm_source=docs">
+ href="https://www.ansible.com/docs-top?utm_source=docs">
<img src="https://cdn2.hubspot.net/hubfs/330046/docs-graphics/ASB-docs-top-right.png">
</a>
</div> -->
@@ -248,4 +248,4 @@ _hsq.push(["setContentType", "standard-page"]);
<!-- end analytics -->
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/docs/docsite/rst/community.rst b/docs/docsite/rst/community.rst
index 96067364a8..5d08a95282 100644
--- a/docs/docsite/rst/community.rst
+++ b/docs/docsite/rst/community.rst
@@ -246,7 +246,7 @@ Releases are also given code names based on Van Halen songs, that no one really
Tower Support Questions
-----------------------
-Ansible `Tower <http://ansible.com/tower>`_ is a UI, Server, and REST endpoint for Ansible, produced by Ansible, Inc.
+Ansible `Tower <https://ansible.com/tower>`_ is a UI, Server, and REST endpoint for Ansible, produced by Ansible, Inc.
If you have a question about Tower, visit `support.ansible.com <https://support.ansible.com/>`_ rather than using the IRC
channel or the general project mailing list.
diff --git a/docs/docsite/rst/dev_guide/developing_inventory.rst b/docs/docsite/rst/dev_guide/developing_inventory.rst
index b6f96e2aab..ff4a73ff34 100644
--- a/docs/docsite/rst/dev_guide/developing_inventory.rst
+++ b/docs/docsite/rst/dev_guide/developing_inventory.rst
@@ -91,7 +91,7 @@ The data to be added to the top level JSON dictionary looks like this::
How to develop modules
:doc:`developing_plugins`
How to develop plugins
- `Ansible Tower <http://ansible.com/ansible-tower>`_
+ `Ansible Tower <https://ansible.com/ansible-tower>`_
REST API endpoint and GUI for Ansible, syncs with dynamic inventory
`Development Mailing List <http://groups.google.com/group/ansible-devel>`_
Mailing list for development topics
diff --git a/docs/docsite/rst/dev_guide/developing_releases.rst b/docs/docsite/rst/dev_guide/developing_releases.rst
index da47625e1d..4903608248 100644
--- a/docs/docsite/rst/dev_guide/developing_releases.rst
+++ b/docs/docsite/rst/dev_guide/developing_releases.rst
@@ -49,7 +49,7 @@ During the release candidate process, the focus will be on bugfixes that affect
How to develop modules
:doc:`developing_plugins`
How to develop plugins
- `Ansible Tower <http://ansible.com/ansible-tower>`_
+ `Ansible Tower <https://ansible.com/ansible-tower>`_
REST API endpoint and GUI for Ansible, syncs with dynamic inventory
`Development Mailing List <http://groups.google.com/group/ansible-devel>`_
Mailing list for development topics
diff --git a/docs/docsite/rst/faq.rst b/docs/docsite/rst/faq.rst
index 1af766f2de..b05974922a 100644
--- a/docs/docsite/rst/faq.rst
+++ b/docs/docsite/rst/faq.rst
@@ -309,9 +309,9 @@ You shouldn't put plaintext passwords in your playbook or host_vars; instead, us
Can I get training on Ansible?
++++++++++++++++++++++++++++++
-Yes! See our `services page <http://www.ansible.com/consulting>`_ for information on our services and training offerings. Email `info@ansible.com <mailto:info@ansible.com>`_ for further details.
+Yes! See our `services page <https://www.ansible.com/consulting>`_ for information on our services and training offerings. Email `info@ansible.com <mailto:info@ansible.com>`_ for further details.
-We also offer free web-based training classes on a regular basis. See our `webinar page <http://www.ansible.com/webinars-training>`_ for more info on upcoming webinars.
+We also offer free web-based training classes on a regular basis. See our `webinar page <https://www.ansible.com/webinars-training>`_ for more info on upcoming webinars.
.. _web_interface:
diff --git a/docs/docsite/rst/guide_rolling_upgrade.rst b/docs/docsite/rst/guide_rolling_upgrade.rst
index c472802926..07f574532a 100644
--- a/docs/docsite/rst/guide_rolling_upgrade.rst
+++ b/docs/docsite/rst/guide_rolling_upgrade.rst
@@ -280,7 +280,7 @@ This should give you a good idea of how to structure a multi-tier application wi
An introduction to playbook roles
:doc:`playbooks_variables`
An introduction to Ansible variables
- `Ansible.com: Continuous Delivery <http://www.ansible.com/ansible-continuous-delivery>`_
+ `Ansible.com: Continuous Delivery <https://www.ansible.com/ansible-continuous-delivery>`_
An introduction to Continuous Delivery with Ansible
diff --git a/docs/docsite/rst/playbooks_roles.rst b/docs/docsite/rst/playbooks_roles.rst
index 1ed043434d..b2d6b3ca4b 100644
--- a/docs/docsite/rst/playbooks_roles.rst
+++ b/docs/docsite/rst/playbooks_roles.rst
@@ -484,7 +484,7 @@ They can then be used in a template or a jinja template in any role called after
Ansible Galaxy
``````````````
-`Ansible Galaxy <http://galaxy.ansible.com>`_ is a free site for finding, downloading, rating, and reviewing all kinds of community developed Ansible roles and can be a great way to get a jumpstart on your automation projects.
+`Ansible Galaxy <https://galaxy.ansible.com>`_ is a free site for finding, downloading, rating, and reviewing all kinds of community developed Ansible roles and can be a great way to get a jumpstart on your automation projects.
You can sign up with social auth, and the download client 'ansible-galaxy' is included in Ansible 1.4.2 and later.
diff --git a/docs/docsite/rst/tower.rst b/docs/docsite/rst/tower.rst
index a813750ecf..668160ac00 100644
--- a/docs/docsite/rst/tower.rst
+++ b/docs/docsite/rst/tower.rst
@@ -1,10 +1,10 @@
Ansible Tower
`````````````
-`Ansible Tower <http://ansible.com/tower>`_ (formerly 'AWX') is a web-based solution that makes Ansible even more easy to use for IT teams of all kinds. It's designed to be the hub for all of your automation tasks.
+`Ansible Tower <https://ansible.com/tower>`_ (formerly 'AWX') is a web-based solution that makes Ansible even more easy to use for IT teams of all kinds. It's designed to be the hub for all of your automation tasks.
Tower allows you to control access to who can access what, even allowing sharing of SSH credentials without someone being able to transfer those credentials. Inventory can be graphically managed or synced with a wide variety of cloud sources. It logs all of your jobs, integrates well with LDAP, and has an amazing browsable REST API. Command line tools are available for easy integration with Jenkins as well. Provisioning callbacks provide great support for autoscaling topologies.
-Find out more about Tower features and how to download it on the `Ansible Tower webpage <http://ansible.com/tower>`_. Tower
+Find out more about Tower features and how to download it on the `Ansible Tower webpage <https://ansible.com/tower>`_. Tower
is free for usage for up to 10 nodes, and comes bundled with amazing support from Ansible, Inc. As you would expect, Tower is
installed using Ansible playbooks!
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index e469c9cc18..291311ae2b 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -1,5 +1,5 @@
-# config file for ansible -- http://ansible.com/
-# ==============================================
+# config file for ansible -- https://ansible.com/
+# ===============================================
# nearly all parameters can be overridden in ansible-playbook
# or with command line flags. ansible will read ANSIBLE_CONFIG,
diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD
index 508dd1e3cb..9f90775d04 100644
--- a/packaging/arch/PKGBUILD
+++ b/packaging/arch/PKGBUILD
@@ -14,7 +14,7 @@ pkgver=1.6.0.1835.ga1809a3
pkgrel=1
pkgdesc='Radically simple IT automation platform'
arch=('any')
-url='http://www.ansible.com'
+url='https://www.ansible.com'
license=('GPL3')
depends=('python2' 'python2-paramiko' 'python2-jinja' 'python2-yaml')
makedepends=('git' 'asciidoc' 'fakeroot')
diff --git a/packaging/macports/sysutils/ansible/Portfile b/packaging/macports/sysutils/ansible/Portfile
index b123fc58ff..281e7ee961 100644
--- a/packaging/macports/sysutils/ansible/Portfile
+++ b/packaging/macports/sysutils/ansible/Portfile
@@ -11,7 +11,7 @@ supported_archs noarch
maintainers nomaintainer
-homepage http://ansible.com/
+homepage https://ansible.com/
description Radically simple IT automation
long_description \
Ansible is a radically simple model-driven configuration \
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec
index abfea6c43c..8fcb79e73e 100644
--- a/packaging/rpm/ansible.spec
+++ b/packaging/rpm/ansible.spec
@@ -8,7 +8,7 @@
Name: %{name}
Version: %{ansible_version}
Release: 1%{?dist}
-Url: http://www.ansible.com
+Url: https://www.ansible.com
Summary: SSH-based application deployment, configuration management, and IT orchestration platform
License: GPLv3
Group: Development/Libraries
diff --git a/setup.py b/setup.py
index 3e69fb15f9..fc9276b509 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ setup(
description='Radically simple IT automation',
author=__author__,
author_email='info@ansible.com',
- url='http://ansible.com/',
+ url='https://ansible.com/',
license='GPLv3',
# Ansible will also make use of a system copy of python-six and
# python-selectors2 if installed but use a Bundled copy if it's not.