ansible/library
evan82 01e8390a8f Fix ec2_ami no_reboot setting (currently it will not reboot instances to create the AMI)
Line 276: no_reboot = dict(default=True, type="bool"),

This should really default to False (When AMIs are created the machine will reboot before copying the disk).

"When enabled, Amazon EC2 does not shut down the instance before creating the image. When this option is used, file system integrity on the created image cannot be guaranteed."
2013-12-12 15:49:24 -07:00
..
cloud Fix ec2_ami no_reboot setting (currently it will not reboot instances to create the AMI) 2013-12-12 15:49:24 -07:00
commands Fixes #5023 Convert all modules to use new snippet import pattern 2013-12-02 15:11:23 -05:00
database Fix postgresql_user documentation render 2013-12-05 16:57:56 +00:00
files Fixes #5109 synchronize module ssh port 2013-12-03 14:48:20 -05:00
internal Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 2013-10-11 16:37:10 -04:00
messaging Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
monitoring Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
net_infrastructure Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
network Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
notification Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
packaging apt: update index before trying to autoinstall python-apt 2013-12-09 10:21:27 +01:00
source_control Fixes #5023 Convert all modules to use new snippet import pattern 2013-12-02 15:11:23 -05:00
system Fix issue #5214: hostname persistence on RedHat/CentOS 2013-12-07 21:10:42 -05:00
utilities Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
web_infrastructure Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00