community.general/lib/ansible/modules/extras/cloud/cloudstack
Rene Moser 2c7542e333 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.
2016-12-08 11:32:41 -05:00
..
__init__.py cloudstack: add new module cloudstack_fw 2016-12-08 11:32:31 -05:00
cs_account.py cloudstack: add catch all exceptions and show a user friendly message 2016-12-08 11:32:40 -05:00
cs_affinitygroup.py cloudstack: add catch all exceptions and show a user friendly message 2016-12-08 11:32:40 -05:00
cs_firewall.py cloudstack: cs_firewall: add egress support 2016-12-08 11:32:41 -05:00
cs_instance.py cloudstack: add catch all exceptions and show a user friendly message 2016-12-08 11:32:40 -05:00
cs_instancegroup.py cloudstack: add catch all exceptions and show a user friendly message 2016-12-08 11:32:40 -05:00
cs_iso.py cloudstack: cs_iso code style and cleanup 2016-12-08 11:32:40 -05:00
cs_portforward.py cloudstack: add catch all exceptions and show a user friendly message 2016-12-08 11:32:40 -05:00
cs_securitygroup.py cloudstack: add catch all exceptions and show a user friendly message 2016-12-08 11:32:40 -05:00
cs_securitygroup_rule.py cloudstack: add catch all exceptions and show a user friendly message 2016-12-08 11:32:40 -05:00
cs_sshkeypair.py cloudstack: add catch all exceptions and show a user friendly message 2016-12-08 11:32:40 -05:00
cs_vmsnapshot.py cloudstack: add catch all exceptions and show a user friendly message 2016-12-08 11:32:40 -05:00