diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_affinity_groups.py b/lib/ansible/modules/cloud/ovirt/ovirt_affinity_groups.py index 8a1e45b2a42..5c830f5c3f6 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_affinity_groups.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_affinity_groups.py @@ -129,7 +129,7 @@ id: sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c affinity_group: description: "Dictionary of all the affinity group attributes. Affinity group attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/affinity_group." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/affinity_group." returned: On success if affinity group is found. type: str ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_affinity_labels.py b/lib/ansible/modules/cloud/ovirt/ovirt_affinity_labels.py index 4bd6a73fdd9..9c9617a06c2 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_affinity_labels.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_affinity_labels.py @@ -89,7 +89,7 @@ id: sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c affinity_label: description: "Dictionary of all the affinity label attributes. Affinity label attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/affinity_label." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/affinity_label." type: dict returned: On success if affinity label is found. ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_affinity_labels_facts.py b/lib/ansible/modules/cloud/ovirt/ovirt_affinity_labels_facts.py index 0721b9e61b1..6277fec883a 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_affinity_labels_facts.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_affinity_labels_facts.py @@ -84,7 +84,7 @@ EXAMPLES = ''' RETURN = ''' ovirt_affinity_labels: description: "List of dictionaries describing the affinity labels. Affinity labels attribues are mapped to dictionary keys, - all affinity labels attributes can be found at following url: https://ovirt.example.com/ovirt-engine/api/model#types/affinity_label." + all affinity labels attributes can be found at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/affinity_label." returned: On success. type: list ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_clusters.py b/lib/ansible/modules/cloud/ovirt/ovirt_clusters.py index 3526b6d9f26..7552bb5dda3 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_clusters.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_clusters.py @@ -258,7 +258,7 @@ id: sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c cluster: description: "Dictionary of all the cluster attributes. Cluster attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/cluster." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/cluster." type: dict returned: On success if cluster is found. ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_clusters_facts.py b/lib/ansible/modules/cloud/ovirt/ovirt_clusters_facts.py index be012ab95fe..2e053a43274 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_clusters_facts.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_clusters_facts.py @@ -58,7 +58,7 @@ EXAMPLES = ''' RETURN = ''' ovirt_clusters: description: "List of dictionaries describing the clusters. Cluster attribues are mapped to dictionary keys, - all clusters attributes can be found at following url: https://ovirt.example.com/ovirt-engine/api/model#types/cluster." + all clusters attributes can be found at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/cluster." returned: On success. type: list ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_datacenters.py b/lib/ansible/modules/cloud/ovirt/ovirt_datacenters.py index d4a41174f57..1d61c2dfe9c 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_datacenters.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_datacenters.py @@ -93,7 +93,7 @@ id: sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c data_center: description: "Dictionary of all the datacenter attributes. Datacenter attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/datacenter." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/datacenter." returned: "On success if datacenter is found." type: dict ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_datacenters_facts.py b/lib/ansible/modules/cloud/ovirt/ovirt_datacenters_facts.py index 59a7d306a9b..cbc55529551 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_datacenters_facts.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_datacenters_facts.py @@ -57,7 +57,7 @@ EXAMPLES = ''' RETURN = ''' ovirt_datacenters: description: "List of dictionaries describing the datacenters. Datacenter attribues are mapped to dictionary keys, - all datacenters attributes can be found at following url: https://ovirt.example.com/ovirt-engine/api/model#types/data_center." + all datacenters attributes can be found at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/data_center." returned: On success. type: list ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_disks.py b/lib/ansible/modules/cloud/ovirt/ovirt_disks.py index c2da5f87f5e..91d13142cad 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_disks.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_disks.py @@ -194,14 +194,14 @@ id: sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c disk: description: "Dictionary of all the disk attributes. Disk attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/disk." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/disk." returned: "On success if disk is found and C(vm_id) or C(vm_name) wasn't passed." type: dict disk_attachment: description: "Dictionary of all the disk attachment attributes. Disk attachment attributes can be found on your oVirt/RHV instance at following url: - https://ovirt.example.com/ovirt-engine/api/model#types/disk_attachment." + http://ovirt.github.io/ovirt-engine-api-model/master/#types/disk_attachment." returned: "On success if disk is found and C(vm_id) or C(vm_name) was passed and VM was found." type: dict ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_external_providers.py b/lib/ansible/modules/cloud/ovirt/ovirt_external_providers.py index 7279d8b227b..d7aa705944b 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_external_providers.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_external_providers.py @@ -131,22 +131,22 @@ id: sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c external_host_provider: description: "Dictionary of all the external_host_provider attributes. External provider attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/external_host_provider." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/external_host_provider." returned: "On success and if parameter 'type: foreman' is used." type: dictionary openstack_image_provider: description: "Dictionary of all the openstack_image_provider attributes. External provider attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/openstack_image_provider." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/openstack_image_provider." returned: "On success and if parameter 'type: os_image' is used." type: dictionary openstack_volume_provider: description: "Dictionary of all the openstack_volume_provider attributes. External provider attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/openstack_volume_provider." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/openstack_volume_provider." returned: "On success and if parameter 'type: os_volume' is used." type: dictionary openstack_network_provider: description: "Dictionary of all the openstack_network_provider attributes. External provider attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/openstack_network_provider." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/openstack_network_provider." returned: "On success and if parameter 'type: network' is used." type: dictionary ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_external_providers_facts.py b/lib/ansible/modules/cloud/ovirt/ovirt_external_providers_facts.py index 0d16f04a864..85638e86359 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_external_providers_facts.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_external_providers_facts.py @@ -62,22 +62,22 @@ EXAMPLES = ''' RETURN = ''' external_host_providers: description: "List of dictionaries of all the external_host_provider attributes. External provider attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/external_host_provider." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/external_host_provider." returned: "On success and if parameter 'type: foreman' is used." type: list openstack_image_providers: description: "List of dictionaries of all the openstack_image_provider attributes. External provider attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/openstack_image_provider." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/openstack_image_provider." returned: "On success and if parameter 'type: os_image' is used." type: list openstack_volume_providers: description: "List of dictionaries of all the openstack_volume_provider attributes. External provider attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/openstack_volume_provider." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/openstack_volume_provider." returned: "On success and if parameter 'type: os_volume' is used." type: list openstack_network_providers: description: "List of dictionaries of all the openstack_network_provider attributes. External provider attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/openstack_network_provider." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/openstack_network_provider." returned: "On success and if parameter 'type: os_network' is used." type: list ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_groups.py b/lib/ansible/modules/cloud/ovirt/ovirt_groups.py index bef30b8f37a..8de92dc6018 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_groups.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_groups.py @@ -86,7 +86,7 @@ id: sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c group: description: "Dictionary of all the group attributes. Group attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/group." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/group." returned: On success if group is found. type: dict ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_groups_facts.py b/lib/ansible/modules/cloud/ovirt/ovirt_groups_facts.py index 34453ffa4be..edac1e99a76 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_groups_facts.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_groups_facts.py @@ -57,7 +57,7 @@ EXAMPLES = ''' RETURN = ''' ovirt_groups: description: "List of dictionaries describing the groups. Group attribues are mapped to dictionary keys, - all groups attributes can be found at following url: https://ovirt.example.com/ovirt-engine/api/model#types/group." + all groups attributes can be found at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/group." returned: On success. type: list ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_host_networks.py b/lib/ansible/modules/cloud/ovirt/ovirt_host_networks.py index 6fb961e72dc..31d98651735 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_host_networks.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_host_networks.py @@ -134,7 +134,7 @@ id: sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c host_nic: description: "Dictionary of all the host NIC attributes. Host NIC attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/host_nic." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/host_nic." returned: On success if host NIC is found. type: dict ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_host_pm.py b/lib/ansible/modules/cloud/ovirt/ovirt_host_pm.py index a4e298f7de6..44097112617 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_host_pm.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_host_pm.py @@ -110,7 +110,7 @@ id: sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c agent: description: "Dictionary of all the agent attributes. Agent attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/agent." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/agent." returned: On success if agent is found. type: dict ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_hosts.py b/lib/ansible/modules/cloud/ovirt/ovirt_hosts.py index 7e56e5ec301..8a573a3294b 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_hosts.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_hosts.py @@ -174,7 +174,7 @@ id: sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c host: description: "Dictionary of all the host attributes. Host attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/host." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/host." returned: On success if host is found. type: dict ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_hosts_facts.py b/lib/ansible/modules/cloud/ovirt/ovirt_hosts_facts.py index 85a4e82395f..43c241dff85 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_hosts_facts.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_hosts_facts.py @@ -59,7 +59,7 @@ EXAMPLES = ''' RETURN = ''' ovirt_hosts: description: "List of dictionaries describing the hosts. Host attribues are mapped to dictionary keys, - all hosts attributes can be found at following url: https://ovirt.example.com/ovirt-engine/api/model#types/host." + all hosts attributes can be found at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/host." returned: On success. type: list ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_mac_pools.py b/lib/ansible/modules/cloud/ovirt/ovirt_mac_pools.py index 4938ab9c897..25b874bd01b 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_mac_pools.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_mac_pools.py @@ -82,7 +82,7 @@ id: sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c template: description: "Dictionary of all the MAC pool attributes. MAC pool attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/mac_pool." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/mac_pool." returned: On success if MAC pool is found. type: dict ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_networks.py b/lib/ansible/modules/cloud/ovirt/ovirt_networks.py index 2315d2fb05e..a3df8c5d01f 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_networks.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_networks.py @@ -99,7 +99,7 @@ id: sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c network: description: "Dictionary of all the network attributes. Network attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/network." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/network." returned: "On success if network is found." type: dict ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_networks_facts.py b/lib/ansible/modules/cloud/ovirt/ovirt_networks_facts.py index 88be15c69ce..8043044c4ac 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_networks_facts.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_networks_facts.py @@ -59,7 +59,7 @@ EXAMPLES = ''' RETURN = ''' ovirt_networks: description: "List of dictionaries describing the networks. Network attribues are mapped to dictionary keys, - all networks attributes can be found at following url: https://ovirt.example.com/ovirt-engine/api/model#types/network." + all networks attributes can be found at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/network." returned: On success. type: list ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_nics.py b/lib/ansible/modules/cloud/ovirt/ovirt_nics.py index 5049f56ee40..ad6974b92e6 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_nics.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_nics.py @@ -105,7 +105,7 @@ id: sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c nic: description: "Dictionary of all the network interface attributes. Network interface attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/nic." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/nic." returned: On success if network interface is found. type: dict ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_nics_facts.py b/lib/ansible/modules/cloud/ovirt/ovirt_nics_facts.py index 7df4b0d525c..0446b30dd4d 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_nics_facts.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_nics_facts.py @@ -61,7 +61,7 @@ EXAMPLES = ''' RETURN = ''' ovirt_nics: description: "List of dictionaries describing the network interfaces. NIC attribues are mapped to dictionary keys, - all NICs attributes can be found at following url: https://ovirt.example.com/ovirt-engine/api/model#types/nic." + all NICs attributes can be found at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/nic." returned: On success. type: list ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_permissions.py b/lib/ansible/modules/cloud/ovirt/ovirt_permissions.py index dab631e09e3..dc945c7bb3e 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_permissions.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_permissions.py @@ -120,7 +120,7 @@ id: sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c permission: description: "Dictionary of all the permission attributes. Permission attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/permission." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/permission." returned: On success if permission is found. type: dict ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_permissions_facts.py b/lib/ansible/modules/cloud/ovirt/ovirt_permissions_facts.py index 31ac08e70ac..883018f25ea 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_permissions_facts.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_permissions_facts.py @@ -69,7 +69,7 @@ EXAMPLES = ''' RETURN = ''' ovirt_permissions: description: "List of dictionaries describing the permissions. Permission attribues are mapped to dictionary keys, - all permissions attributes can be found at following url: https://ovirt.example.com/ovirt-engine/api/model#types/permission." + all permissions attributes can be found at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/permission." returned: On success. type: list ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_quotas.py b/lib/ansible/modules/cloud/ovirt/ovirt_quotas.py index ce3be524fa6..1c0938e061b 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_quotas.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_quotas.py @@ -123,7 +123,7 @@ id: sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c quota: description: "Dictionary of all the quota attributes. Quota attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/quota." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/quota." returned: On success if quota is found. type: dict ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_quotas_facts.py b/lib/ansible/modules/cloud/ovirt/ovirt_quotas_facts.py index 8ded1ba42dd..bd220249feb 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_quotas_facts.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_quotas_facts.py @@ -61,7 +61,7 @@ EXAMPLES = ''' RETURN = ''' ovirt_quotas: description: "List of dictionaries describing the quotas. Quota attribues are mapped to dictionary keys, - all quotas attributes can be found at following url: https://ovirt.example.com/ovirt-engine/api/model#types/quota." + all quotas attributes can be found at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/quota." returned: On success. type: list ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_snapshots.py b/lib/ansible/modules/cloud/ovirt/ovirt_snapshots.py index a94f89d895b..8ec5f241ad3 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_snapshots.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_snapshots.py @@ -105,7 +105,7 @@ id: sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c snapshot: description: "Dictionary of all the snapshot attributes. Snapshot attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/snapshot." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/snapshot." returned: On success if snapshot is found. type: dict ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_snapshots_facts.py b/lib/ansible/modules/cloud/ovirt/ovirt_snapshots_facts.py index cba67a10880..9210d9dcf87 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_snapshots_facts.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_snapshots_facts.py @@ -65,7 +65,7 @@ EXAMPLES = ''' RETURN = ''' ovirt_snapshots: description: "List of dictionaries describing the snapshot. Snapshot attribtues are mapped to dictionary keys, - all snapshot attributes can be found at following url: https://ovirt.example.com/ovirt-engine/api/model#types/snapshot." + all snapshot attributes can be found at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/snapshot." returned: On success. type: list ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_storage_domains.py b/lib/ansible/modules/cloud/ovirt/ovirt_storage_domains.py index 222135b83d5..2ea1cf89832 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_storage_domains.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_storage_domains.py @@ -179,7 +179,7 @@ id: sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c storage_domain: description: "Dictionary of all the storage domain attributes. Storage domain attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/storage_domain." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/storage_domain." returned: On success if storage domain is found. type: dict ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_storage_domains_facts.py b/lib/ansible/modules/cloud/ovirt/ovirt_storage_domains_facts.py index 3404fd8f7c4..34af44021f4 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_storage_domains_facts.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_storage_domains_facts.py @@ -59,7 +59,7 @@ EXAMPLES = ''' RETURN = ''' ovirt_storage_domains: description: "List of dictionaries describing the storage domains. Storage_domain attribues are mapped to dictionary keys, - all storage domains attributes can be found at following url: https://ovirt.example.com/ovirt-engine/api/model#types/storage_domain." + all storage domains attributes can be found at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/storage_domain." returned: On success. type: list ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_tags.py b/lib/ansible/modules/cloud/ovirt/ovirt_tags.py index ac1d76a31f2..7f0a9e15b3b 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_tags.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_tags.py @@ -88,7 +88,7 @@ id: sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c tag: description: "Dictionary of all the tag attributes. Tag attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/tag." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/tag." returned: On success if tag is found. type: dict ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_tags_facts.py b/lib/ansible/modules/cloud/ovirt/ovirt_tags_facts.py index 0f0c3b32647..d005b84578e 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_tags_facts.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_tags_facts.py @@ -74,7 +74,7 @@ EXAMPLES = ''' RETURN = ''' ovirt_tags: description: "List of dictionaries describing the tags. Tags attribues are mapped to dictionary keys, - all tags attributes can be found at following url: https://ovirt.example.com/ovirt-engine/api/model#types/tag." + all tags attributes can be found at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/tag." returned: On success. type: list ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_templates.py b/lib/ansible/modules/cloud/ovirt/ovirt_templates.py index aab17cdd831..6d05d0404de 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_templates.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_templates.py @@ -115,7 +115,7 @@ id: sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c template: description: "Dictionary of all the template attributes. Template attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/template." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/template." returned: On success if template is found. type: dict ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_templates_facts.py b/lib/ansible/modules/cloud/ovirt/ovirt_templates_facts.py index 2c2f308423f..2dad661bdcc 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_templates_facts.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_templates_facts.py @@ -59,7 +59,7 @@ EXAMPLES = ''' RETURN = ''' ovirt_templates: description: "List of dictionaries describing the templates. Template attribues are mapped to dictionary keys, - all templates attributes can be found at following url: https://ovirt.example.com/ovirt-engine/api/model#types/template." + all templates attributes can be found at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/template." returned: On success. type: list ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_users.py b/lib/ansible/modules/cloud/ovirt/ovirt_users.py index 162e36c94d6..e598b62479b 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_users.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_users.py @@ -80,7 +80,7 @@ id: sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c user: description: "Dictionary of all the user attributes. User attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/user." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/user." returned: On success if user is found. type: dict ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_users_facts.py b/lib/ansible/modules/cloud/ovirt/ovirt_users_facts.py index 1c36c66ce47..1bccde9dc49 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_users_facts.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_users_facts.py @@ -57,7 +57,7 @@ EXAMPLES = ''' RETURN = ''' ovirt_users: description: "List of dictionaries describing the users. User attribues are mapped to dictionary keys, - all users attributes can be found at following url: https://ovirt.example.com/ovirt-engine/api/model#types/user." + all users attributes can be found at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/user." returned: On success. type: list ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_vmpools.py b/lib/ansible/modules/cloud/ovirt/ovirt_vmpools.py index 2d249089492..1910cb4c589 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_vmpools.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_vmpools.py @@ -104,7 +104,7 @@ id: sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c vm_pool: description: "Dictionary of all the VM pool attributes. VM pool attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/vm_pool." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/vm_pool." returned: On success if VM pool is found. type: dict ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_vmpools_facts.py b/lib/ansible/modules/cloud/ovirt/ovirt_vmpools_facts.py index 7ab0efa26f6..528256ce10e 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_vmpools_facts.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_vmpools_facts.py @@ -57,7 +57,7 @@ EXAMPLES = ''' RETURN = ''' ovirt_vm_pools: description: "List of dictionaries describing the vmpools. Vm pool attribues are mapped to dictionary keys, - all vmpools attributes can be found at following url: https://ovirt.example.com/ovirt-engine/api/model#types/vm_pool." + all vmpools attributes can be found at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/vm_pool." returned: On success. type: list ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_vms.py b/lib/ansible/modules/cloud/ovirt/ovirt_vms.py index f3e97734477..6cc5832afef 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_vms.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_vms.py @@ -491,7 +491,7 @@ id: sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c vm: description: "Dictionary of all the VM attributes. VM attributes can be found on your oVirt/RHV instance - at following url: https://ovirt.example.com/ovirt-engine/api/model#types/vm." + at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/vm." returned: On success if VM is found. type: dict ''' diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_vms_facts.py b/lib/ansible/modules/cloud/ovirt/ovirt_vms_facts.py index e65eb5bb7e5..114ade8d451 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_vms_facts.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_vms_facts.py @@ -69,7 +69,7 @@ EXAMPLES = ''' RETURN = ''' ovirt_vms: description: "List of dictionaries describing the VMs. VM attribues are mapped to dictionary keys, - all VMs attributes can be found at following url: https://ovirt.example.com/ovirt-engine/api/model#types/vm." + all VMs attributes can be found at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/vm." returned: On success. type: list '''