Commit Graph

3 Commits (d1753046e001c56e960980da79034a79d5a5bf27)

Author SHA1 Message Date
Richard C Isaacson e6d099852e Bump relased in version and update module snippets.
Closes GH-5069
11 years ago
John Dewey 6fe8496ab3 Made a few canges as I learn more about modules
* Set check_mode to False, am not supporting this ATM.
* Cleaned up delete/create() into single update().
* Return the group_id if created or found so tasks can be chained.
11 years ago
John Dewey 1e646a3112 Added module to handle nova security groups
This module is loosely based on ec2_group module.  However, rules are
handled slightly differently.  Specific rules are able to be removed vs
removing all "rogue" [1] rules.

[1] Rogue rules are existing security group rules, which are
    not included in the `rules` dict.
11 years ago