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/cloud
Tom Melendez 0f1c083d25 Allow GCE firewall rules to be updated when attributes changes. Fixes #2111.
Previously, when the attributes of a GCE firewall change, they were ignored.  This PR changes that behavior and now updates them.

Note that the "update" also removes attributes that are not specified.

An overview of the firewall rule behavior is as follows:

1. firewall name in GCP, state=absent in PLAYBOOK: Delete from GCP
2. firewall name in PLAYBOOK, not in GCP: Add to GCP.
3. firewall name in GCP, name not in PLAYBOOK: No change.
4. firewall names exist in both GCP and PLAYBOOK, attributes differ: Update GCP to match attributes from PLAYBOOK.
10 years ago
..
amazon Add default port for aurora (#4102) 10 years ago
azure Fix azure_rm_virtualmachine (#4174). 10 years ago
digital_ocean Bug: invocation with state=absent always leads to (#3051) 10 years ago
docker Merge pull request #4173 from chouseknecht/fix_entrypoint 10 years ago
google Allow GCE firewall rules to be updated when attributes changes. Fixes #2111. 10 years ago
linode Py3 exclude list (#3698) 10 years ago
openstack Fix bug in os_router.py when router is not actually updated. (#4107) 10 years ago
rackspace Fixing Rackspace compile time errors irt exception handling for Python 3 (#3849) 10 years ago
vmware Port vsphere_guest to py3/py2.4 syntax (#3721) 10 years ago
__init__.py package files 12 years ago