mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Prefer https:// links in the docs site
All the changed urls are availible by way of https://. Most of them already redirect.
This commit is contained in:
parent
1f410cc19f
commit
1a11cecaef
77 changed files with 103 additions and 103 deletions
|
@ -94,7 +94,7 @@ Before you begin, make sure you have:
|
|||
- Username and password for the ESXi or vCenter server
|
||||
- Name of the existing Virtual Machine you want to remove
|
||||
|
||||
For now, you will be entering these directly, but in a more advanced playbook this can be abstracted out and stored in a more secure fashion using :ref:`ansible-vault` or using `Ansible Tower credentials <http://docs.ansible.com/ansible-tower/latest/html/userguide/credentials.html>`_.
|
||||
For now, you will be entering these directly, but in a more advanced playbook this can be abstracted out and stored in a more secure fashion using :ref:`ansible-vault` or using `Ansible Tower credentials <https://docs.ansible.com/ansible-tower/latest/html/userguide/credentials.html>`_.
|
||||
|
||||
If your vCenter or ESXi server is not setup with proper CA certificates that can be verified from the Ansible server, then it is necessary to disable validation of these certificates by using the ``validate_certs`` parameter. To do this you need to set ``validate_certs=False`` in your playbook.
|
||||
|
||||
|
|
|
@ -100,7 +100,7 @@ Before you begin, make sure you have:
|
|||
- Username and password for the ESXi or vCenter server
|
||||
- The UUID of the existing Virtual Machine you want to rename
|
||||
|
||||
For now, you will be entering these directly, but in a more advanced playbook this can be abstracted out and stored in a more secure fashion using :ref:`ansible-vault` or using `Ansible Tower credentials <http://docs.ansible.com/ansible-tower/latest/html/userguide/credentials.html>`_.
|
||||
For now, you will be entering these directly, but in a more advanced playbook this can be abstracted out and stored in a more secure fashion using :ref:`ansible-vault` or using `Ansible Tower credentials <https://docs.ansible.com/ansible-tower/latest/html/userguide/credentials.html>`_.
|
||||
|
||||
If your vCenter or ESXi server is not setup with proper CA certificates that can be verified from the Ansible server, then it is necessary to disable validation of these certificates by using the ``validate_certs`` parameter. To do this you need to set ``validate_certs=False`` in your playbook.
|
||||
|
||||
|
|
|
@ -10,5 +10,5 @@ Following is the list of various external documentation and guides which can hel
|
|||
* `VMware API and SDK Documentation <https://www.vmware.com/support/pubs/sdk_pubs.html>`_
|
||||
* `VCSIM test container image <https://quay.io/repository/ansible/vcenter-test-container>`_
|
||||
* `Ansible VMware community wiki page <https://github.com/ansible/community/wiki/VMware>`_
|
||||
* `VMware's official Guest Operating system customization matrix <http://partnerweb.vmware.com/programs/guestOS/guest-os-customization-matrix.pdf>`_
|
||||
* `VMware Compatibility Guide <http://partnerweb.vmware.com/comp_guide2/search.php>`_
|
||||
* `VMware's official Guest Operating system customization matrix <https://partnerweb.vmware.com/programs/guestOS/guest-os-customization-matrix.pdf>`_
|
||||
* `VMware Compatibility Guide <https://partnerweb.vmware.com/comp_guide2/search.php>`_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue