ansible/cloud/cloudstack
Rene Moser 2da7792ff6 cloudstack: cs_firewall: add egress support
Added functionality to set rules for egress using this module at these are very similar. The only real difference is that egress firewall API uses the networkid. That is why the new arguments `type` for choosing `egress` or `ingress` and `network` was added.

For `type=ingress`, which is the default, `ip_address` is required and for `type=egress` the argument `network` is required.
2015-05-19 09:37:06 +02:00
..
__init__.py cloudstack: add new module cloudstack_sshkey 2015-03-31 13:37:23 +02:00
cs_account.py cloudstack: add catch all exceptions and show a user friendly message 2015-05-16 11:55:35 +02:00
cs_affinitygroup.py cloudstack: add catch all exceptions and show a user friendly message 2015-05-16 11:55:35 +02:00
cs_firewall.py cloudstack: cs_firewall: add egress support 2015-05-19 09:37:06 +02:00
cs_instance.py cloudstack: add catch all exceptions and show a user friendly message 2015-05-16 11:55:35 +02:00
cs_instancegroup.py cloudstack: add catch all exceptions and show a user friendly message 2015-05-16 11:55:35 +02:00
cs_iso.py cloudstack: cs_iso code style and cleanup 2015-05-16 13:04:14 +02:00
cs_portforward.py cloudstack: add catch all exceptions and show a user friendly message 2015-05-16 11:55:35 +02:00
cs_securitygroup.py cloudstack: add catch all exceptions and show a user friendly message 2015-05-16 11:55:35 +02:00
cs_securitygroup_rule.py cloudstack: add catch all exceptions and show a user friendly message 2015-05-16 11:55:35 +02:00
cs_sshkeypair.py cloudstack: add catch all exceptions and show a user friendly message 2015-05-16 11:55:35 +02:00
cs_vmsnapshot.py cloudstack: add catch all exceptions and show a user friendly message 2015-05-16 11:55:35 +02:00