ansible/cloud
Evgeni Golov 8db3a63983 fix handling of config options that share the same prefix
container_config:
      - "lxc.network.ipv4.gateway=auto"
      - "lxc.network.ipv4=192.0.2.1"

might try to override lxc.network.ipv4.gateway in the second entry as both
start with "lxc.network.ipv4".
use a regular expression to find a line that contains (optional) whitespace
and an = after the key.

Signed-off-by: Evgeni Golov <evgeni@golov.de>
2016-04-10 13:37:00 +02:00
..
amazon Updated Amazon module guidelines regarding boto3 2016-04-06 09:37:52 -04:00
centurylink added missing : to docs 2015-11-02 14:19:11 -05:00
cloudstack Merge pull request #1614 from resmo/feature/cs_zone_facts 2016-03-15 23:27:06 +01:00
docker fixed misppelled description 2016-02-08 12:07:58 -05:00
google added version_added to new feature, removed unused aliases 2015-10-22 08:31:49 -04:00
lxc fix handling of config options that share the same prefix 2016-04-10 13:37:00 +02:00
misc remove legacy action style from examples 2016-03-10 15:14:27 +01:00
openstack openstack: doc: add return doc, fixes build 2016-03-30 12:56:20 +02:00
profitbricks Merge pull request #805 from StackPointCloud/module/profitbricks-volume-actions 2015-08-26 07:23:46 -04:00
rackspace Merge pull request #268 from smashwilson/rax_clb_ssl 2015-07-02 09:27:55 -05:00
softlayer renamed sl to sl_vm and updated docs 2016-03-23 12:10:15 -07:00
vmware Fix vmware_portgroup throwing an error if port group already exists 2016-03-17 17:00:00 -07:00
webfaction type should be 'list' not the default of 'string' 2016-04-04 14:18:00 -04:00
__init__.py package files 2014-09-26 11:04:10 -04:00
xenserver_facts.py sys.exit removal for cloud/xenserver_facts.py 2015-10-05 13:22:32 -05:00