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/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.
11 years ago
..
__init__.py cloudstack: add new module cloudstack_sshkey 11 years ago
cs_account.py cloudstack: add catch all exceptions and show a user friendly message 11 years ago
cs_affinitygroup.py cloudstack: add catch all exceptions and show a user friendly message 11 years ago
cs_firewall.py cloudstack: cs_firewall: add egress support 11 years ago
cs_instance.py cloudstack: add catch all exceptions and show a user friendly message 11 years ago
cs_instancegroup.py cloudstack: add catch all exceptions and show a user friendly message 11 years ago
cs_iso.py cloudstack: cs_iso code style and cleanup 11 years ago
cs_portforward.py cloudstack: add catch all exceptions and show a user friendly message 11 years ago
cs_securitygroup.py cloudstack: add catch all exceptions and show a user friendly message 11 years ago
cs_securitygroup_rule.py cloudstack: add catch all exceptions and show a user friendly message 11 years ago
cs_sshkeypair.py cloudstack: add catch all exceptions and show a user friendly message 11 years ago
cs_vmsnapshot.py cloudstack: add catch all exceptions and show a user friendly message 11 years ago