You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/module_utils
Zim Kalinowski 2c60771096 introducing azure_rm_resource (#39274)
* introducing azure_rm_resource

* adding missing file

* fixed documentation

* fixed subresource

* don't support tags (yet)

* added api_version to the doc

* adding api version to the doc

* ignoring some doc checks

* fixing imports

* final sanity fixes

* adding idempotency

* fixed params

* missing query parameter

* some updates of azure_rm_resource

* try to update test for idempotency

* fixed test

* try to fix problem temporarily

* another approach

* fixed spelling

* fixed mistake

* refactored a bit

* fixes

* removed unnecessary code

* removed assert temporarily

* fixed documentation

* trying to fix import issues

* trying to fix import

* try to fix sanity

* removed unnecessary pass

* removed e324 ignores

* resolve conflicts in ignore.txt

* fixing ignore txt

* revert

* try different approach to idempotency

* updating tests

* fixed task

* fixes

* getting output value properly

* fix test

* missing change

* fixed bug, changed test

* fixed mistake

* fixed mistake
8 years ago
..
aws Fix shebangs and file modes and update tests. (#40563) 8 years ago
common Move camel2snake and snake2camel to common/dict_transformations.py (#39498) 8 years ago
facts Fix unset ansible_virtualization_role (#39514) 8 years ago
k8s Move k8s modules to dynamic backend (#39632) 8 years ago
net_tools Integration tests for Infoblox 2.5 modules (#40344) 8 years ago
network add normalize_interface in module_utils and fix nxos_l3_interface module (#40598) 8 years ago
parsing Improve convert_bool error message 8 years ago
powershell powershell: Respect remote_tmp path set by the user (#40210) 8 years ago
remote_management Connection and MAC pool module for Cisco UCS (#31151) 8 years ago
six Update the bundled six library to 1.11.0 8 years ago
__init__.py Enhance empty __init__ code-smell to check module_utils (#33438) 8 years ago
_text.py Fix for to_text and to_bytes error handlers 9 years ago
ansible_release.py [AWS] Add Ansible Version to botocore user agent string (#39993) 8 years ago
ansible_tower.py ansible_tower: fix broken import, reuse tower_argument_spec and documentation fragment (#29115) 8 years ago
api.py Remove comments about import order 8 years ago
azure_rm_common.py Fixes #36621, support adfs auth through adal (#37909) 8 years ago
azure_rm_common_rest.py introducing azure_rm_resource (#39274) 8 years ago
basic.py Fix python-2.4ism that was still present in basic.py's use of tempfile 8 years ago
cloud.py AWSRetry: allow retrying on additional ClientError exceptions (#28483) 8 years ago
cloudscale.py cloudscale_floating_ip module (#33181) 8 years ago
cloudstack.py cloudstack: fix query tags by resourceid (#40482) 8 years ago
connection.py Use https for links to ansible.com domains. 8 years ago
crypto.py Allow multiple values per key in name fields in openssl_certificate/csr (#30338) 8 years ago
database.py Collated PEP8 fixes (#25293) 9 years ago
digital_ocean.py Include Digital Ocean Token Alias (#36810) 8 years ago
dimensiondata.py dimensiondata: fix broken import (#35634) 8 years ago
docker_common.py Fix documentation fragments for docker (#38378) 8 years ago
ec2.py [AWS] Add Ansible Version to botocore user agent string (#39993) 8 years ago
exoscale.py exo_dns_record: remove limitation for multiple records only for A type (#35173) 8 years ago
f5_utils.py Refactor common network shared and platform utils code into package (#33452) 8 years ago
firewalld.py refactor firewalld module, add firewalld module_util (#37603) 8 years ago
gcdns.py Collated PEP8 fixes (#25293) 9 years ago
gce.py Collated PEP8 fixes (#25293) 9 years ago
gcp.py Fix dangerous default args. (#29839) 8 years ago
gcp_utils.py [GCP] New module GCP DNS Resource Record Set (#35920) 8 years ago
gitlab.py Fix shebangs and file modes and update tests. (#40563) 8 years ago
heroku.py New module: heroku_collaborator (#39001) 8 years ago
infinibox.py Collated PEP8 fixes (#25293) 9 years ago
influxdb.py influxdb: Add condition for retries argument (#38441) 8 years ago
ipa.py FreeIPA: Add Env variable as module parameter (#35391) 8 years ago
ismount.py fix typo 10 years ago
json_utils.py jsonify inventory (#32990) 8 years ago
keycloak.py New module: keycloak_clienttemplate (#33419) 8 years ago
known_hosts.py Fix invalid string escape sequences. 8 years ago
ldap.py LDAP: Refactor and add ldap_passwd module (#33040) 8 years ago
lxd.py Use to_text helper function to handle bytes and unicode 9 years ago
manageiq.py Fix shebangs and file modes and update tests. (#40563) 8 years ago
memset.py Memset: initial module, integration tests, module_utils and supporting documentation. (#40071) 8 years ago
mysql.py Collated PEP8 fixes (#25293) 9 years ago
netapp.py Add Na_ontap_broadcast_domain module. (#39753) 8 years ago
oneandone.py New module: manage 1&1 public ip (cloud/oneandone/oneandone_public_ip) (#35079) 8 years ago
oneview.py DatacenterFactsModule for HPE OneView (#32701) 8 years ago
opennebula.py opennebula: new module one_host (#40041) 8 years ago
openstack.py Add a module_utils OpenStack Cloud constructor (#20974) 8 years ago
ovirt.py Fix PEP 8 issue. 8 years ago
postgres.py Remove wildcard imports and get_exception calls 8 years ago
pure.py Initial commit for Pure Storage FlashBlade module (#32467) 8 years ago
pycompat24.py Fix undefined variables, basestring usage, and some associated python3 issues 9 years ago
rax.py Fix invalid string escape sequences. 8 years ago
redhat.py Miscellaneous pylint fixes. 8 years ago
scaleway.py Add a User-Agent string to the API request (#38587) 8 years ago
service.py sysvinit service module (#34962) 8 years ago
splitter.py Collated PEP8 fixes (#25293) 9 years ago
univention_umc.py Python 2.6 `str.format()` compatibility fixes. 8 years ago
urls.py urls: fix typo in examples section (#39777) (#39778) 8 years ago
vca.py Use response.content instead of response object (#25772) 8 years ago
vmware.py simplified `DistributedVirtualSwitch` namespacing (#40191) 8 years ago
vmware_rest_client.py VMware: New module: vmware_tag (#37261) 8 years ago
vultr.py vultr: fix py3 compat (#37171) 8 years ago