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
Scott Armit ef317ecde7 If an AWS account does not have a default subnet in their VPC configuration, then creating instances in that VPC will not automatically provide a public IP/DNS. Boto added this functionality in 2.13.0 (NetworkInterfaceSpecification.associate_public_ip_address).
This change adds assign_pubic_ip as a parameter to the ec2 module, ensuring that it is not set to one of BOOLEANS_TRUE if vpc_subnet_id is not also set, and if Boto is less than 2.13.0.
12 years ago
..
cloud If an AWS account does not have a default subnet in their VPC configuration, then creating instances in that VPC will not automatically provide a public IP/DNS. Boto added this functionality in 2.13.0 (NetworkInterfaceSpecification.associate_public_ip_address). 12 years ago
commands Allow for relative paths by using abspath 13 years ago
database Fail if requested variable is not available 12 years ago
files Revert "fix conversion from file to hardlink when force=yes" 12 years ago
internal * Updated all ansible.cc references in the documentation to point 13 years ago
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 12 years ago
messaging Add missing version_added description in docs. 13 years ago
monitoring Monit fix - Use case insensitive comparison 12 years ago
net_infrastructure Set bigip_pool_member version added to 1.4 12 years ago
network Fix issue 4433, make sure status is a int rather than a string 12 years ago
notification Remove examples of module antipattern of setting the choices array for boolean types. 12 years ago
packaging Merge pull request #4509 from mremond/gem_executable 12 years ago
source_control git: Don't add --branch while cloning if the version is a SHA-1 hash. 12 years ago
system Merge pull request #4424 from localvoid/firewalld-rich_rules 12 years ago
utilities Misc pep8 fixes 12 years ago
web_infrastructure Allow generic django_management commands 12 years ago