1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/doc_fragments
Tristan Le Guern 51a08ea398
proxmox: create a common base (#1331)
* proxmox: create a common base

Add a doc_fragment to share the documentation regarding authentication
parameters (api_host, api_user, api_password, api_token_id,
api_token_secret as well as the lone validate_certs).

Add a module_utils to hold common code such as the argument spec (again
related to authentication paramters), a helper function to convert from
Proxmox boolean representation to python and the base class
ProxmoxAnsible.
For now it only handles the connection to Proxmox VE API but more can be
added in the future.

To check if everything is well in place add three new modules:
proxmox_{domain,group,user}_info.

And finaly tests these new modules.

* Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>

* Add tests/integration/targets/proxmox/aliases

Co-authored-by: Felix Fontein <felix@fontein.de>
2020-11-24 17:30:39 +01:00
..
__init__.py Initial commit 2020-03-09 09:11:07 +00:00
_gcp.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
_netapp.py Fix netapp modules (#76) 2020-03-31 09:41:29 +02:00
alicloud.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
auth_basic.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
dimensiondata.py Tidy up validate-modules ignores for some cloud/ modules (#1354) 2020-11-23 09:22:30 +01:00
dimensiondata_wait.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
emc.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
hpe3par.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
hwc.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
ibm_storage.py Initial commit 2020-03-09 09:11:07 +00:00
influxdb.py Fix boolean defaults. (#1343) 2020-11-23 11:14:43 +00:00
ipa.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
keycloak.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
kubevirt_common_options.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
kubevirt_vm_options.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
ldap.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
lxca_common.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
manageiq.py Tidy up validate-modules ignores for remote_management/manageiq modules (#1272) 2020-11-12 08:28:32 +01:00
nios.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
nomad.py new module nomad_job & nomad_job_info (#867) 2020-10-19 13:40:07 +02:00
oneview.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
online.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
opennebula.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
openswitch.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
oracle.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
oracle_creatable_resource.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
oracle_display_name_option.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
oracle_name_option.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
oracle_tags.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
oracle_wait_options.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
ovirt_facts.py Fix boolean defaults. (#1343) 2020-11-23 11:14:43 +00:00
proxmox.py proxmox: create a common base (#1331) 2020-11-24 17:30:39 +01:00
purestorage.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
rackspace.py Tidy up validate-modules ignores for rackspace modules (#1242) 2020-11-08 09:44:28 +01:00
scaleway.py Scaleway - Fix api_token documentation (#747) 2020-08-10 10:51:42 +02:00
utm.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
vexata.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
xenserver.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00