summaryrefslogtreecommitdiff
path: root/docs
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 /docs
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
Diffstat (limited to 'docs')
-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
8 files changed, 15 insertions, 15 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!