No description
Find a file
Jean-Baptiste Barth b451cbd37b EC2: move logic about terminated instances up (#423)
As stated in #423, the commit 7f11c3d broke ec2 spot instance launching
after 1.7.2. This is because it acts on the 'res' variable which have 2
different types in the method, and in case we request spot instances,
the resulting object is not a result of ec2.run_instances() but
ec2.request_spot_instances(). Actually this fix doesn't seem to be
relevant in the spot instances case, because by construction we won't
retrieve 'terminated' instances in the end.
2015-02-04 10:22:24 +01:00
cloud EC2: move logic about terminated instances up (#423) 2015-02-04 10:22:24 +01:00
commands Remove str.format() usage for python2.4 compat. 2015-01-27 09:45:05 -08:00
database Merge pull request #44 from Jmainguy/mysql_db_6860 2015-01-30 14:04:48 -05:00
files Merge pull request #295 from techtonik/patch-3 2015-01-29 11:04:41 -05:00
inventory package files 2014-09-26 11:05:47 -04:00
network Add text/json as a mimetype to try deserializing 2014-12-16 13:55:08 -08:00
packaging Merge pull request #46 from Jmainguy/yum_oracle_fix_enable_repo 2015-02-03 07:50:23 -05:00
source_control Reverse the force parameter for the hg module 2015-01-29 18:27:35 -08:00
system implemented account expiration as flag and not state, removed from unsupported platforms 2015-01-28 09:22:32 -05:00
utilities let implied type do the spliting 2014-11-11 15:34:55 -05:00
web_infrastructure Better error messages if a2enmod/a2dismod are not found 2015-01-13 23:18:04 -08:00
windows Merge pull request #535 from bcoca/revert_win_mods 2014-12-24 08:42:02 -05:00
.gitignore Add basic top level files. 2014-09-26 09:21:20 -04:00
__init__.py package files 2014-09-26 11:05:47 -04:00
CONTRIBUTING.md Add basic top level files. 2014-09-26 09:21:20 -04:00
COPYING Add basic top level files. 2014-09-26 09:21:20 -04:00
README.md Update README.md 2014-09-26 18:55:32 -04:00

ansible-modules-core

This repo contains Ansible's most popular modules that are shipped with Ansible.

New module submissions for modules that do not yet exist should be submitted to ansible-modules-extras, rather than this repo.

Take care to submit tickets to the appropriate repo where modules are contained. The docs.ansible.com website indicates this at the bottom of each module documentation page.

License

As with Ansible, modules distributed with Ansible are GPLv3 licensed. User generated modules not part of this project can be of any license.