Commit Graph

6358 Commits (180baa2ff1243ea104c3cd271bc35ce0c71809bc)
 

Author SHA1 Message Date
Brian Coca 02242f5fca Merge pull request #374 from resmo/feature/cloudstack_sg_rule
cloudstack: add new module cs_securitygroup_rule
10 years ago
Brian Coca 82bdf562d2 Merge pull request #361 from resmo/feature/cloudstack_sg
cloudstack: add new module cs_securitygroup
10 years ago
Doug Luce 1fa73cd0a3 Add the cronvar module.
This manages environment variables in Vixie crontabs.  It includes
addition/removal/replacement of variables and ordering via the
insertbefore/insertafter parameters.
10 years ago
Joseph Callen 7458cdd722 New VMware Module to support adding a datacenter 10 years ago
Brian Coca 2c2a106321 Merge pull request #412 from mavit/pkg5-accept
Fix typo in pkg5 module
10 years ago
Peter Oliver cb05f0834b Fix typo. 10 years ago
Brian Coca 579cc55cb7 Merge pull request #408 from bcoca/fix_known_hosts_24
fixed 2.4 compatibility
10 years ago
Brian Coca 3c9131b09c added aliases docs 10 years ago
Brian Coca 048a3b8062 Merge pull request #406 from rnowling/gluster-multiple-bricks
Issue #403: Add support for multiple bricks to gluster_volume
10 years ago
RJ Nowling 6d66beb793 Change 'brick' to 'bricks' and add 'brick' as an alias. Add example with multiple bricks. 10 years ago
Brian Coca b870126f4b Merge pull request #409 from Jmainguy/glusterfs
Fixes bug where state=absent did not work in gluster_volume
10 years ago
Jonathan Mainguy ae34395f01 Fixes bug where state=absent did not work 10 years ago
Brian Coca 118c79e335 Merge pull request #376 from mavit/pkg5-accept
Add an accept_licenses option to pkg5 module
10 years ago
Peter Oliver 9d720f52c8 Add an accept_licenses option to pkg5 module
This accepts any software licences required by the package.
10 years ago
Brian Coca 2535a49284 fixed 2.4 compatibility 10 years ago
RJ Nowling 20d998a6d6 Improve documentation for gluster_volume brick parameter 10 years ago
RJ Nowling c7853c9f08 Issue #403: Add support for multiple bricks to gluster_volume 10 years ago
Brian Coca 2f4fa76298 Merge pull request #402 from ndonegan/devel
sys.exit used, but not imported.
10 years ago
Brian Coca 698098ae57 doc update for zypper 10 years ago
Brian Coca d24e50ed1a Merge pull request #368 from greghaynes/feature/zypper-install-type
Add type property to zypper
10 years ago
Balazs Pocze c2ae5d8e4c Changes made as modifying master_auto_position parameter type to bool 10 years ago
Niall Donegan b125d2685a Handle missing module with fail_json 10 years ago
Niall Donegan b4ad532248 sys.exit used, but not imported. 10 years ago
Toshio Kuratomi df7fcc90d9 Merge pull request #401 from mscherer/fix_385
Expand user in path, fix #385
10 years ago
schwartzmx c6d5680967 fixes unzip bug for zip files, thanks to @ryanwalls
- also fixes possible import errors, and switches to use Start-Process on install to correctly wait
10 years ago
Balazs Pocze 14cf26f520 gtid_replication parameter changed to master_auto_position to keep the
same variable name as the MySQL server itself
10 years ago
Michael Scherer 9ba0f9f572 Expand user in path, fix #385 10 years ago
Benjamin Albrecht 658e7300ad Fix possible values for zfs sync property 10 years ago
Brian Coca 21c8266ebd Merge pull request #399 from rnowling/devel
Make `module` global in `gluster_volume`.  Small whitespace formatting fixes.
10 years ago
RJ Nowling 582da5b911 Make 'module' global. Small whitespace formatting fixes. Closes Issue #397. 10 years ago
Toshio Kuratomi 9b5821f5f7 Merge pull request #393 from makaimc/twilio
Update twilio module for MMS & multiple message recipients
10 years ago
Matthew Makai 6522e4e016 updating main for loop based on @abadger code review 10 years ago
Matthew Makai c72be32b94 fixing typo in documentation 10 years ago
Matthew Makai 9f4ad02469 updating twilio module to optionally support MMS 10 years ago
Matthew Makai 3e1ffd12c7 updating twilio module docs and making it possible to send to a list of phone numbers 10 years ago
Toshio Kuratomi 5d80a2c215 Merge pull request #392 from makaimc/sendgrid
Sendgrid API notifications module
10 years ago
Matthew Makai 2f2a69ad88 updating sendgrid module based on code review by @abadger 10 years ago
Matthew Makai 757a047a79 adding sendgrid module to extras 10 years ago
Brian Coca 5594d7ca43 Merge pull request #389 from resmo/fix/cloudstack_name_schema
cloudstack: rename modules to more meaningful name schema
10 years ago
Brian Coca bb39b82d57 Merge pull request #387 from jefersondaniel/patch-1
Fixes #335
10 years ago
Rene Moser c899e2d9a7 cloudstack: add new module cs_vmsnapshot
This module depends on ansible.module_utils.cloudstack.
10 years ago
Rene Moser 39d30168a5 cloudstack: rename modules to more meaningful name schema 10 years ago
Rene Moser b8056e8f6f cloudstack: add new module cs_securitygroup_rule
This module depends on ansible.module_utils.cloudstack.
10 years ago
Rene Moser df23b4d17b cloudstack: add new module cs_securitygroup
This module depends on ansible.module_utils.cloudstack.
10 years ago
Rene Moser e19b53532b cloudstack: add new module cs_affinitygroup
This module depends on ansible.module_utils.cloudstack.
10 years ago
Jeferson Daniel eaa136cb08 Fixes #335 10 years ago
Brian Coca 04aa579f1f Merge pull request #386 from rhorer/patch-1
Update twilio.py module name in Examples
10 years ago
rhorer 14bb55e67e Update twilio.py module name in Examples 10 years ago
Solomon Gifford 70ae77a365 #364 Added support for update_password=dict(default="always", choices=["always", "on_create"]) 10 years ago
Solomon Gifford 6121af6b8e fixes issue #362 10 years ago