Charles Ferguson
ac1e4bf6e0
Update the documentation of the 'apt' action for the 'name'.
...
The package name has two aliases, 'package' and 'pkg'. Add them to the
documentation.
2016-12-08 11:23:49 -05:00
Toshio Kuratomi
a90de29ceb
Minor simplification of code
2016-12-08 11:23:49 -05:00
Charles Ferguson
3969bba771
Update documentation of the 'pkg' and 'state' parameters in yum.
...
The yum module allows the 'name' parameter to be given as 'pkg', in
a similar way to some of the other package managers. This change
documents this alias.
The module's 'state' parameter has two other aliases, in line with
the 'apt' action; the 'state' parameter can take 'installed' as an
alias for 'present', and 'removed' as an alias for 'absent'. These
aliases are documented.
2016-12-08 11:23:49 -05:00
Brian Coca
2efb97e9d5
corrected version_added, removed empty alias
2016-12-08 11:23:49 -05:00
David Shrewsbury
5c5db04ff0
Bug fix for os_image and min_disk/min_ram
...
The min_disk and min_ram parameters were not being passed to
the shade API. They also need to be integer values. Also
updated the description of these parameters for better
clarification.
2016-12-08 11:23:49 -05:00
Charles Paul
52d499d268
create non-existent ini file
...
fixing fail_json
more verbose fail msg
2016-12-08 11:23:48 -05:00
Keith Hassen
f7dfcc153e
Fail if any group name is not resolved to an ID.
2016-12-08 11:23:48 -05:00
Daniel Donckers
5c7f72233f
Fixes #822
2016-12-08 11:23:48 -05:00
Chris Streeter
04b52efb64
Fix name of ssh_opts arg
2016-12-08 11:23:48 -05:00
Chris Church
fea4308c69
Remove note about only using win_copy for small files.
2016-12-08 11:23:48 -05:00
Mike Riddle
f0156dda0d
Fixed error message: TypeError: fail_json() takes exactly 1 argument (2 given)
2016-12-08 11:23:48 -05:00
David Shrewsbury
ebd977e780
Fix os_user_group module
...
This module had a couple of errors in it. Also added check mode
support.
2016-12-08 11:23:48 -05:00
Brian Coca
0425d6be39
fixed break order
2016-12-08 11:23:48 -05:00
Tom Paine
0bf5fa1c23
Update ec2_elb_lb.py
2016-12-08 11:23:48 -05:00
Maarten Claes
e0b8b0d789
This fixes copy with the remote_src option
...
It was broken in 6e37f1dcef
when the remote_src was added. Need to
pass the absolute path to copy2 instead of a tuple.
2016-12-08 11:23:48 -05:00
Brian Coca
e1d0f3ff59
clarified set_fact function
2016-12-08 11:23:48 -05:00
James Cammarata
801c1cab49
Version bump for new beta 2.0.0-0.5.beta3
2016-12-08 11:23:48 -05:00
Marcin Stolarek
d3029a6059
Save changes of special characters to rset, without that comparison rset.to_xml() == wanted_rset.to_xml() will fail if record contains * or @ characters.
2016-12-08 11:23:48 -05:00
Marcin Stolarek
3c7787c05c
It may be string with int comparison, if ansible user specifies identifier as int
2016-12-08 11:23:48 -05:00
J Levitt
502717d387
Add rds restore example to list of examples
...
There was no db restore example. I've provided one that shows how to do the restore, then add a security group (you cannot add the security group during the restore step -- it has to be done in a modify step afterward). Also, I show how to get the endpoint.
2016-12-08 11:23:48 -05:00
Brian Coca
139201ad83
fixed remote_src support, now actually copies and does not move
2016-12-08 11:23:48 -05:00
Jordi De Groof
7aa57219f6
Update facts when hostname is changed
...
ansible_hostname contains the unqualified hostname
2016-12-08 11:23:48 -05:00
Monty Taylor
a848d06a04
Use add_ips_to_server API
...
This module is still using an old pre-release API and needs to update
to use the current API.
Co-Authored-By: Marton Kiss <marton.kiss@gmail.com>
2016-12-08 11:23:47 -05:00
Timothy Appnel
f2e83fa452
Added the checksum_algo alias to the stats module.
2016-12-08 11:23:47 -05:00
Toshio Kuratomi
6f214bccca
Add zfil as an owner of the docker module
2016-12-08 11:23:47 -05:00
Toshio Kuratomi
edaa4c3f32
Add a new contributor as a maintainer of the docker module
2016-12-08 11:23:47 -05:00
Toshio Kuratomi
2b8a7e88e9
Fix escaping of newline carriage return characters in the documentation
2016-12-08 11:23:47 -05:00
nitzmahone
45fff5d939
fixed ansible_totalmem fact returning 0
...
Win32_PhysicalMemory CIM object is busted on some virtual environments, switched
to Win32_ComputerSystem.TotalPhysicalMemory
2016-12-08 11:23:47 -05:00
Rabenstein
8eb04fe0d3
Squash of 3 commits for bugfix.
...
Absent unction was not working on user with login profile
also fixed the exception handling
fixed the delete user function
now works with or without loginprofile (password)
typo
2016-12-08 11:23:47 -05:00
Rabenstein
4c08545974
Absent unction was not working on user with login profile also fixed the exception handling
2016-12-08 11:23:47 -05:00
Stewart Rutledge
b71740125d
Added support for reconfiguring network (moving to another switch, for example)
2016-12-08 11:23:47 -05:00
Lars Larsson
542eb2e09c
total_seconds not present on timedelta on python2.6
2016-12-08 11:23:47 -05:00
Brian Coca
7517e6366e
use marker instead of is_truncated which does not seem to work
2016-12-08 11:23:47 -05:00
Ales Nosek
4e787f17cf
Make the syntax work with Python 2.4
2016-12-08 11:23:47 -05:00
Brian Coca
90d084d82b
loop to get all load balancers, boto limited to 400 at a time fixes #2115
2016-12-08 11:23:47 -05:00
Ales Nosek
bd03dd67ff
ini_file should only change what was specified and nothing more #5860
...
See also:
http://alesnosek.com/blog/2015/08/03/improving-ansibles-ini-file-module/
2016-12-08 11:23:47 -05:00
Lars Kellogg-Stedman
35240830f6
os_server_facts returns facts about multiple servers
...
have `os_server_facts` call `list_servers` rather than `get_server`, and
treat the `server` parameter as a wildcard pattern. This permits one to
get facts on a single server:
- os_server:
server: webserver1
On mutiple servers:
- os_server:
server: webserver*
Or on all servers:
- os_server:
Introduces a `detailed` parameter to request additional server details
at the cost of additional API calls.
2016-12-08 11:23:47 -05:00
Jonathan Mainguy
caf6115f43
Update documentation to reflect need for mysql client
2016-12-08 11:23:46 -05:00
Kevin Falcone
35e6684163
Mark this as a string so it is rendered in the docs
...
When this was treated as a boolean, sphinx was leaving the Default
column on http://docs.ansible.com/ansible/ec2_module.html blank,
implying it would use AWS's default. In reality, it passes False, which
overrides the defaults at AWS (it's possible to boot an instance which
AWS claims will always have EBS optimization without it because of this
silently passed False).
2016-12-08 11:23:46 -05:00
whiter
c0d135e44c
Allow iam_policy to maintain idempotentce if the role referenced has been removed
2016-12-08 11:23:46 -05:00
Adrian Bridgett
6bc4c877fc
remove unneeded aliases
2016-12-08 11:23:46 -05:00
Adrian Bridgett
f90bcfee1f
add idle_timeout support
2016-12-08 11:23:46 -05:00
Kai Webber
4a8bd74f52
Added launch group support for ec2 module
2016-12-08 11:23:46 -05:00
Michael Fenn
89eec3e4cf
Support cloning VMs into a specific VM folder
...
The pysphere VIVirtualMachine.clone() method supports specifying a VM
folder to place the VM in after the clone has completed. This exposes
that functionality to playbooks.
Also documents that creating VMs could always place VMs in a specific
folder.
2016-12-08 11:23:46 -05:00
Mike
922cf9d96b
update_disks(): added origins of the code.
2016-12-08 11:23:46 -05:00
Mike Christofilopoulos
0e1ff271c9
add new disks automatically when the 'vm_disk' section changes
2016-12-08 11:23:46 -05:00
Philippe Jandot
5b7d72e4ef
fix regression introduced by f38186ce8b
, and propose a fix for docker facts
2016-12-08 11:23:46 -05:00
Felix Engelmann
abca0327b9
re-implements #226
...
in optional (editable) way
with backward compatibility
2016-12-08 11:23:46 -05:00
Toshio Kuratomi
66a4cb5c13
Make cache_parameter_group the name of this new param to match with similar params (leave old name as an alias)
2016-12-08 11:23:46 -05:00
Toshio Kuratomi
a692b2e4af
Revert "Expose cache_parameter_group_name in elasticache module"
...
This PR #1950 implements duplicate functionality to #1353
This reverts commit b04efa22c4
.
Conflicts:
cloud/amazon/elasticache.py
2016-12-08 11:23:46 -05:00