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.
 
 
 
 
 
Go to file
evan82 18f446eac1 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."
12 years ago
cloud Fix ec2_ami no_reboot setting (currently it will not reboot instances to create the AMI) 12 years ago
commands Fixes #5023 Convert all modules to use new snippet import pattern 12 years ago
database Fix postgresql_user documentation render 12 years ago
files Fixes #5109 synchronize module ssh port 12 years ago
internal Addresses #5023 Fix import comments 12 years ago
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 12 years ago
messaging Addresses #5023 Fix import comments 12 years ago
monitoring Addresses #5023 Fix import comments 12 years ago
net_infrastructure Addresses #5023 Fix import comments 12 years ago
network Addresses #5023 Fix import comments 12 years ago
notification Addresses #5023 Fix import comments 12 years ago
packaging apt: update index before trying to autoinstall python-apt 12 years ago
source_control Fixes #5023 Convert all modules to use new snippet import pattern 12 years ago
system Fix issue #5214: hostname persistence on RedHat/CentOS 12 years ago
utilities Addresses #5023 Fix import comments 12 years ago
web_infrastructure Addresses #5023 Fix import comments 12 years ago