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