Nick Budidharma
337682b6a0
Add note about with_fileglob to "Looping over Fileglobs"
...
Reference #7102
2014-04-23 17:52:32 -04:00
Matt Martz
eb8759176f
Allow sudo to another user from root
2014-04-23 16:14:48 -05:00
James Cammarata
16874464e9
Merge pull request #7047 from joshuaconner/docker_bugfix_exclude_entrypoint_from_command_check
...
docker: exclude 'entrypoint' from comparing 'command' param with containers
2014-04-23 16:14:48 -05:00
James Cammarata
ef2de97bbb
Changelog updates for docker/abiquo inventory script additions
2014-04-23 16:07:33 -05:00
James Cammarata
442c68f7e8
Merge pull request #7025 from angstwad/docker_inv
...
Add Docker inventory plugin
2014-04-23 16:06:25 -05:00
James Cammarata
46c0eb2f3e
Merge pull request #7022 from jjshoe/patch-1
...
apt_key lists all keys in uppercase
2014-04-23 15:58:23 -05:00
James Cammarata
d5e4b665a5
Merge pull request #7004 from danfaizer/abiquo-inventory-plugin
...
Added dynamic inventory plugin for Abiquo
2014-04-23 15:54:58 -05:00
Richard Hoop
578ba471b1
Author
2014-04-23 16:53:12 -04:00
Chris Lamb
446765ace0
Correct/update debconf examples - need to specify vtype.
...
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2014-04-23 21:51:01 +01:00
James Cammarata
040600f4f7
Merge pull request #6992 from joefiorini/patch-1
...
Support hosts without private ip without errors
2014-04-23 15:48:44 -05:00
James Cammarata
060e2193a1
Merge pull request #6991 from joshuaconner/bugfix_dont_send_wrong_params_to_dockerclient_start
...
Docker: don't send wrong parameters to client.start()
2014-04-23 15:48:04 -05:00
Richard Hoop
07ad8432ec
Ready for pull request
2014-04-23 16:44:49 -04:00
James Cammarata
5e598c5337
Fix handling of non-JSON lines in responses
...
Garbage lines with ' = ' in them were causing parsing errors,
where key=val lines should not have spaces around the equals.
Fixes #6962
2014-04-23 15:17:31 -05:00
Richard Hoop
5692ae95ab
Core complete
2014-04-23 15:26:03 -04:00
James Cammarata
eb090ad4a2
Merge pull request #6599 from dmage/nova_region_name
...
use region_name in nova_compute
2014-04-23 10:15:57 -05:00
James Cammarata
56c7b23a69
Merge pull request #6906 from idupree/patch-1
...
Document the `ec2` group.
2014-04-23 10:12:43 -05:00
James Cammarata
24cfcd1f88
Merge pull request #6985 from jimi-c/issue_6763_ec2_vpc_params
...
Ensure params were set in ec2_vpc before accessing them
2014-04-23 10:08:50 -05:00
James Cammarata
38b49476f8
Merge branch 'raw-script-su-support' of https://github.com/sivel/ansible into sivel-raw-script-su-support
2014-04-23 10:02:13 -05:00
James Cammarata
ed1c7a0f5d
Merge pull request #7128 from stansonhealth/improve_tag_docu
...
update ec2_tags documentation to include missing option
2014-04-23 09:31:42 -05:00
James Cammarata
2c9c429897
Merge pull request #7129 from erikaheidi/patch-1
...
Possible docs error: 'path' instead of 'src'
2014-04-23 09:28:29 -05:00
James Cammarata
93b5769d94
Hide YAML content on syntax errors when a vault password is specified
...
Fixes #6601
2014-04-23 09:23:07 -05:00
Richard Hoop
139ae7eb9d
Ignore Vagrant
2014-04-23 10:08:11 -04:00
Erika Heidi
036c7a7759
Possible docs error: 'path' instead of 'src'
...
I came to this example today (line 50), and when I tried it, I got an error:
`msg: src and dest are required for creating links`
So, I changed **path** to **src** and it worked fine. Looks like the example is wrong, since the docs say "dest" is already an alias for "path", in which case we would have 2 "path" definitions.
2014-04-23 16:00:22 +02:00
Richard Hoop
68d45a6484
Started reconfigured
2014-04-23 09:53:12 -04:00
Ted Timmons
b5895712b3
update documentation to include missing option
...
'list' was added more recently, it was omitted from the documentation.
2014-04-23 08:44:43 -05:00
James Cammarata
0af8ca3fee
Merge pull request #7126 from mscherer/better_error_message_empty_task
...
Give more information when a task is empty
2014-04-23 08:32:59 -05:00
Michael Scherer
0f0f5ff1ce
Give more information when a task is empty
...
I made a typo in a playbook and was great by:
ERROR: expecting dict; got: None
The issue was a single - on the last line of a playbook.
With the name of the file, I was able to see right away where the
error was.
2014-04-23 13:13:46 +02:00
Richard Hoop
630367ebfc
Creation complete
2014-04-22 17:12:23 -04:00
Richard Hoop
3e75e504e0
More config checks and clean up for vm_config settings
2014-04-22 16:20:04 -04:00
James Cammarata
e83a494e41
Make sure VARS_CACHE for hosts are updated with the play vars too
...
Fixes #6979
2014-04-22 14:42:43 -05:00
James Cammarata
a6068b09ac
Fix collision in random filter name by merging functionality
...
Merges the functionality of the original jinja2 random filter with
the one we provide.
Fixes #7113
2014-04-22 14:21:00 -05:00
Bruce Pennypacker
2be8feebce
Changed behavior of deregister. If an instance is not found in the ELB then simply return 'changed=false'. Otherwise always remove the instance from the ELB no matter what state its currently in.
2014-04-22 18:44:41 +00:00
James Cammarata
d88ac5e24d
Merge pull request #7076 from mscherer/better_message_service
...
Add a better error message for service
2014-04-22 08:44:14 -05:00
Michael Scherer
43d0fbd342
Add a better error message for service
...
While migrating my playbook to a newer ansible version, I faced
the error message "unknown init system, cannot enable service". It turned
out to be caused by a wrong service name that was not expanded anymore.
So by giving the name of the service that cannot be enabled and a more precise
reason, i think people will be able to diagnose their issue more easily.
2014-04-22 09:13:57 +02:00
James Cammarata
c115c34a1f
Set the default LANG to en_US.UTF-8 and also set LC_CTYPE
...
Fixes #6737
2014-04-22 00:48:32 -05:00
Michael DeHaan
491a00af21
Merge pull request #7108 from bcoca/freebsd_mtu_fix
...
should now work with versions older than 8.4
2014-04-21 22:27:26 -04:00
James Martin
8a21f226b5
ec2_eip integration tests.
2014-04-21 22:10:22 -04:00
Brian Coca
c3e559b914
should now work with versions older than 8.4
2014-04-21 21:00:58 -04:00
Richard Hoop
06c64785fb
Large cleanups. Reintegrating all modules together for a guest
2014-04-21 16:38:31 -04:00
James Cammarata
f1ce9abe0d
Merge pull request #7099 from faust64/patch-2
...
Update facts.py
2014-04-21 12:48:41 -05:00
faust64
78b9a11ccf
Update facts.py
...
Fixes #7093 --devel
2014-04-21 19:44:47 +02:00
James Cammarata
149339f620
Merge pull request #7089 from dagwieers/debug-docs
...
Add an example to show all hostvars using debug
2014-04-21 12:11:39 -05:00
James Cammarata
53754357f7
Merge pull request #7096 from CaptTofu/docker
...
Small bug - 'acts' should be 'facts'
2014-04-21 11:49:26 -05:00
James Cammarata
afee14173e
Merge pull request #7095 from radeksimko/pokemon-exc-fix
...
Prevent catching unrelated exceptions
2014-04-21 11:49:04 -05:00
James Cammarata
568b4a801c
Merge pull request #7094 from radeksimko/apt-autoinstall-fix
...
Add check of return code for autoinstallation of python-apt
2014-04-21 11:48:27 -05:00
James Cammarata
68c30548e0
Properly catch and decode unicode strings in module _log_invocation()
...
Fixes #7084
2014-04-21 11:33:23 -05:00
James Cammarata
4f673b9497
Merge pull request #7083 from mscherer/better_message_multiple_action
...
Improve error message when multiple action are given
2014-04-21 10:53:55 -05:00
James Cammarata
39c6141b4a
Merge pull request #7082 from bcoca/freebsd_mtu_fix
...
fixed issue with FreeBSD network facts
2014-04-21 10:53:22 -05:00
James Cammarata
086b877719
Merge pull request #7079 from mscherer/fix_error_whitespace_in_config
...
Clean a bit more the ssh_args configuration
2014-04-21 10:43:31 -05:00
James Cammarata
54f86099e4
Merge pull request #7078 from mscherer/fix_error_message_controlpersist
...
Enhance error message about missing ControlPersist
2014-04-21 10:41:58 -05:00