community.general/lib/ansible/modules
Tom Melendez d09ad82e71 Add regex support to gce_tag module, add unit tests and update integration test. (#19087)
The gce_tag module can support updating tags on multiple instances via an instance_pattern field.  Full Python regex is supported in the instance_pattern field.

'instance_pattern' and 'instance_name' are mutually exclusive and one must be specified.

The integration test for the gce_tag module has been updated to support the instance_pattern parameter.  Unit tests have been added to test the list-manipulation functionality.

Run the integration test with:

TEST_FLAGS='--tags "test_gce_tag"' make gce

Run the unit tests with:

python test/units/modules/cloud/google/test_gce_tag.py
2016-12-29 08:45:20 -05:00
..
cloud Add regex support to gce_tag module, add unit tests and update integration test. (#19087) 2016-12-29 08:45:20 -05:00
clustering minor spelling changes 2016-12-13 13:51:13 -05:00
commands Removed dict.iteritems() in modules. (#18859) 2016-12-12 15:16:23 -08:00
crypto Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
database minor spelling changes 2016-12-13 13:51:13 -05:00
files Adds description for ini_file "section: null" 2016-12-19 21:10:30 -05:00
identity minor spelling changes 2016-12-13 13:51:13 -05:00
inventory Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
messaging Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
monitoring minor spelling changes 2016-12-13 13:51:13 -05:00
network fix junos typo (#19648) 2016-12-22 14:56:12 -05:00
notification Added some clarity on the token confusion. (#19473) 2016-12-19 13:42:31 +00:00
packaging Add new 'clean' and 'quick' parameters, correspondig to -c and -q in pkg tools (#19680) 2016-12-26 20:57:37 +01:00
remote_management Stacki host module (#19532) 2016-12-22 13:53:05 +00:00
source_control Add tests for Git remote URL changes (#16893) 2016-12-22 13:46:47 -08:00
storage Initial Commit for Infinidat Ansible Modules (#19429) 2016-12-22 13:18:19 +00:00
system iptables: Fixes invalid ip6tables option (#19657) 2016-12-27 08:27:22 +01:00
univention Improve the dependency on univention (aka: declare it and fail nicely if it is not present) (#18840) 2016-12-09 08:39:40 -05:00
utilities Fix include_role docs to be valid YAML (#19506) 2016-12-19 10:45:01 +00:00
web_infrastructure jenkins_plugin: doc: Specify version as string (#18858) 2016-12-21 07:32:23 +01:00
windows Improve YAML examples - windows/win_package.py (#19407) 2016-12-19 13:58:28 -08:00
__init__.py Re-adding the init py for modules 2016-12-08 11:35:20 -05:00