Commit Graph

21665 Commits (8a6a4a7757141e30f168c000224cd052f13e77a1)
 

Author SHA1 Message Date
Toshio Kuratomi f45e70fdbc Moving unittests to the main ansible repo for now 8 years ago
Toshio Kuratomi 615b954cd8 Update package_status and install to account for wildcarded versions. 8 years ago
Toshio Kuratomi 1ca1b80fe8 Decide to allow pkgname and version wildcards so that things like libxml2*=2.9* would work 8 years ago
Toshio Kuratomi 37fa22eb93 Cache pkg name list so we don't recreate the list for every package 8 years ago
Toshio Kuratomi 6b776da7bc Just make things a little more readable 8 years ago
Toshio Kuratomi f2c1d49de7 Correct trivial spelling. 8 years ago
Toshio Kuratomi 945447e392 if __name__ does work with ansible modules 8 years ago
Michael Vogt e360582c4a add apt unittest 8 years ago
Michael Vogt 80d520dde8 Allow foo=1.0* like expressions in apt 8 years ago
Robert Estelle 4e2d05b1f3 Remove incorrect executable permissions. 8 years ago
Adam Miller c707107e1b fix gce_net add firewall rule example 8 years ago
John Batty dd78dde449 Fix get_flavor_id() when flavor_ram is specified
Without this fix, _get_flavor_id() fails to find a matching flavor if
both:
* the flavor_ram parameter is specified
* the first flavor in the list does not match.

The bug is simply that the module.fail_json() call lies within the loop
iterating through the flavors.  This call should only be made if the
loop completes and no matching flavors have been found.
8 years ago
Brian Coca 5d16410518 corrected comparisson which had accidentally chaned in previous fixes 8 years ago
Brian Coca 9de01b8e10 better handling of deprecated aliases 8 years ago
Brian Coca f91859c817 make sure 'present' is fully equivalente of 'installed' and remove installed from feedback in favoer of 'present' 8 years ago
James Martin dd46f7275f asg will now be terminated if state=absent.
adds mutually exclusive options
8 years ago
James Cammarata e9fbb5f1b6 Serialize tag attributes to ASG properties in ec2_asg
Fixes #108
8 years ago
James Martin f59a1348ad Removes orphaned code. 8 years ago
James Martin 17cd9d18b0 fixes #240, #274, #108 8 years ago
Brian Coca ba040784b8 let implied type do the spliting 8 years ago
Brian Coca 7d577e4447 minor fixes to wait_for to avoid tracebacks as per ansible core issue #9244 8 years ago
Jeff Geerling 5d103793ee Add mention of fetch module to the copy module docs. 8 years ago
Brian Coca c071d6a85c switched to iterator as per comments 8 years ago
James Cammarata a32a50568e Use new prompt detection in run_command to detect aptitude prompts
Also adds flags to aptitude command when force=yes is used, in order
to bypass the prompts given for untrusted packages.

Fixes #31
8 years ago
Martijn P. Rijkeboer fcf527557d Fix whitespace around '=' in sysctl.conf. 8 years ago
José Moreira 82450c6811 Fixed small typo on ec2 task name 8 years ago
Francois Deppierraz 9620346c36 Fix a typo in nova_compute documentation string
Without this patch, ansible-doc was failing this way:

$ ansible-doc nova_compute
Traceback (most recent call last):
  File "/home/francois/WORK/dev/ansible/bin/ansible-doc", line 324, in <module>
    main()
  File "/home/francois/WORK/dev/ansible/bin/ansible-doc", line 316, in main
    text += get_man_text(doc)
  File "/home/francois/WORK/dev/ansible/bin/ansible-doc", line 112, in get_man_text
    desc = " ".join(opt['description'])
KeyError: 'description'
8 years ago
Brian Coca a91b5fc170 made hostname work with python 2.4 8 years ago
Fwiffo 64e07acb19 typo in comments: of -> or 8 years ago
Toshio Kuratomi 34d65647bf Move from md5 to sha1 to work on FIPS-140 enabled systems 8 years ago
Michael DeHaan 98fdc389d0 Deprecate docker_image, use the docker module to deploy docker images, or shell out to docker to call docker build if you want from a playbook. 8 years ago
Brian Coca a091d8c59a added missing init.py for utilities modules 8 years ago
Brian Coca 5a467bc72c added __init__.py to new cloud subcategories so builds work again 8 years ago
Michael DeHaan d31ac79269 Move internal category to utilities to remove one more category from the left hand menu, keeping it concise. 8 years ago
Michael DeHaan 677ed39cb4 Renames. 8 years ago
Michael DeHaan 5d814d9fb2 Some more module categorization. 8 years ago
Brian Coca 32e85c0944 made subcategories for cloud modules for better organization 8 years ago
James Cammarata bb9433f198 Fail in ec2 if exact_count is specified without using count_tag
Fixes ansible/ansible#9431
8 years ago
Toshio Kuratomi dfd4433fba Fix git module handling of the recursive flag
Fixes: #169
8 years ago
Toshio Kuratomi 5fc463eee7 Update desctiprion, parameter name, and default value as discussed in #55 8 years ago
Lorin Hochstein 5c06bb6dca ec2_snapshot: document wait, wait_timeout params
Document the wait and wait_timeout params for ec2_snapshot.

This is important because snapshots can take a long time to complete,
and the module defaults to wait=yes.
8 years ago
Ashish Ranjan 57ce7b1ea1 fields in /proc/net/tcp* are not always delimited by single space 8 years ago
Adam Chainz dddc5ffd2c Update syntax for cloudformation example 8 years ago
Jaanus Torp 7be83dc844 Fixed really annoying omission in the example without the task would complete without errors or warnings but delete all egress rules 8 years ago
Toshio Kuratomi 1429507489 Fix for systemd service scripts with newlines
Fixes #127
8 years ago
CptLausebaer a572f85d43 correct requirement of parameter dest
The parameter "dest:" is required, but it is documented as "required: false".
8 years ago
Toshio Kuratomi bcc058249c Use original_basename to set the dest path even if src is not set 8 years ago
Tim Gerla 26698246c3 Fix a typo of a function call 8 years ago
Richard Glew dac24deeb4 Fixed bug #193 where parameter name was set incorrectly 8 years ago
Jorge Bastida d82bfcb75f Initialize create_changed and replace_changed 8 years ago