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/test/integration/targets/memset_zone
Simon fb6ae90f60 Memset: initial module, integration tests, module_utils and supporting documentation. (#40071)
*  * Memset:
   * module_utils and associated documentation.
   * module to manage DNS zones.
   * integration tests to run against Memset's API.

* * memset.py:
  * remove import of requests from memset.py in favour of internal Ansible modules.
  * import necessary Ansible modules for request and response handling.
  * create a response object in order to retain a stable interface to memset_api_call from existing modules.
  * rework memset_api_call to remove requests.
* memset_zone.py:
  * improve short description to be more verbose.
  * ensure all imports directly follow documentation.
  * remove any reference to requests.
  * correct keyerror carried over from elsewhere.

* remove dependency on requests from documentation string

* disable integration tests until we have a cleanup method available
6 years ago
..
meta Memset: initial module, integration tests, module_utils and supporting documentation. (#40071) 6 years ago
tasks Memset: initial module, integration tests, module_utils and supporting documentation. (#40071) 6 years ago
vars Memset: initial module, integration tests, module_utils and supporting documentation. (#40071) 6 years ago
aliases Memset: initial module, integration tests, module_utils and supporting documentation. (#40071) 6 years ago