mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Use https for links to ansible.com domains.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Homepage and documentation source for Ansible
|
||||
=============================================
|
||||
|
||||
This project hosts the source behind [docs.ansible.com](http://docs.ansible.com/)
|
||||
This project hosts the source behind [docs.ansible.com](https://docs.ansible.com/)
|
||||
|
||||
Contributions to the documentation are welcome. To make changes, submit a pull request that changes the reStructuredText files in the `rst/` directory only, and the core team can do a docs build and push the static files.
|
||||
|
||||
@@ -18,4 +18,4 @@ Note that module documentation can actually be [generated from a DOCUMENTATION d
|
||||
To install sphinx and the required theme, install pip and then "pip install sphinx sphinx_rtd_theme"
|
||||
|
||||
[file issues]: https://github.com/ansible/ansible/issues
|
||||
[module-docs]: http://docs.ansible.com/developing_modules.html#documenting-your-module
|
||||
[module-docs]: https://docs.ansible.com/developing_modules.html#documenting-your-module
|
||||
|
||||
@@ -15,7 +15,7 @@ write plugins, and you can plug in inventory data from external data sources. T
|
||||
gives a basic overview and examples of the Ansible execution and playbook API.
|
||||
|
||||
If you would like to use Ansible programmatically from a language other than Python, trigger events asynchronously,
|
||||
or have access control and logging demands, please see the `Ansible Tower documentation <http://docs.ansible.com/ansible-tower/>`_.
|
||||
or have access control and logging demands, please see the `Ansible Tower documentation <https://docs.ansible.com/ansible-tower/>`_.
|
||||
|
||||
.. note:: Because Ansible relies on forking processes, this API is not thread safe.
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<hr/>
|
||||
|
||||
<p>
|
||||
© Copyright 2015 <a href="http://ansible.com">Ansible, Inc.</a>.
|
||||
© Copyright 2015 <a href="https://ansible.com">Ansible, Inc.</a>.
|
||||
|
||||
{%- if last_updated %}
|
||||
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
|
||||
|
||||
@@ -197,11 +197,11 @@
|
||||
|
||||
<!-- AnsibleFest and free eBook preview stuff -->
|
||||
<center>
|
||||
<a href="http://www.ansible.com/tower?utm_source=docs">
|
||||
<img src="http://www.ansible.com/hubfs/Docs_Ads/TowerDocs.png">
|
||||
<a href="https://www.ansible.com/tower?utm_source=docs">
|
||||
<img src="https://www.ansible.com/hubfs/Docs_Ads/TowerDocs.png">
|
||||
</a>
|
||||
<a href="https://www.eventbrite.com/e/ansiblefest-nyc-2015-tickets-16058031003">
|
||||
<img src="http://www.ansible.com/hubfs/Docs_Ads/Untitled_design_1.png">
|
||||
<img src="https://www.ansible.com/hubfs/Docs_Ads/Untitled_design_1.png">
|
||||
</a>
|
||||
<br/> <br/>
|
||||
<br/> <br/>
|
||||
|
||||
@@ -277,7 +277,7 @@ Readers that use virtualenv can also install Ansible under virtualenv, though we
|
||||
Tarballs of Tagged Releases
|
||||
+++++++++++++++++++++++++++
|
||||
|
||||
Packaging Ansible or wanting to build a local package yourself, but don't want to do a git checkout? Tarballs of releases are available on the `Ansible downloads <http://releases.ansible.com/ansible>`_ page.
|
||||
Packaging Ansible or wanting to build a local package yourself, but don't want to do a git checkout? Tarballs of releases are available on the `Ansible downloads <https://releases.ansible.com/ansible>`_ page.
|
||||
|
||||
These releases are also tagged in the `git repository <https://github.com/ansible/ansible/releases>`_ with the release version.
|
||||
|
||||
|
||||
@@ -49,8 +49,8 @@ Text
|
||||
|
||||
Read more about Ansible for Network Automation:
|
||||
|
||||
- Network Automation on the `Ansible website <http://ansible.com/overview/networking>`_
|
||||
- Ansible Network `Blog posts <http://ansible.com/blog/topic/networks>`_
|
||||
- Network Automation on the `Ansible website <https://ansible.com/overview/networking>`_
|
||||
- Ansible Network `Blog posts <https://ansible.com/blog/topic/networks>`_
|
||||
|
||||
Events (on Video and in Person)
|
||||
--------------------------------
|
||||
|
||||
@@ -65,7 +65,7 @@ For instance ensuring that a specific tenant exists, is done using the following
|
||||
description: Customer XYZ
|
||||
state: present
|
||||
|
||||
A complete list of existing ACI modules is available for the latest stable release on the :ref:`list of network modules <list_of_network_modules>`. You can also view the `current development version <http://docs.ansible.com/ansible/devel/modules/list_of_network_modules.html#aci>`_.
|
||||
A complete list of existing ACI modules is available for the latest stable release on the :ref:`list of network modules <list_of_network_modules>`. You can also view the `current development version <https://docs.ansible.com/ansible/devel/modules/list_of_network_modules.html#aci>`_.
|
||||
|
||||
Querying ACI configuration
|
||||
..........................
|
||||
|
||||
Reference in New Issue
Block a user