James Tanner
b98ab745f1
fix docstring indentation on scc modules
2013-10-01 16:46:17 -04:00
James Cammarata
344d8d51ab
Use atomic_move to put the file, rather than shelling out
...
Fixes #4321
2013-10-01 14:47:50 -05:00
James Cammarata
8a3f8b757b
Make sure yaml data loaded for role is valid before using it
...
Fixes #4322
2013-10-01 10:52:39 -05:00
James Cammarata
bff47df5ff
Fix issue with ast evaluation of strings
2013-10-01 09:20:48 -05:00
James Cammarata
5b205ae8bd
Merge branch 'fixes/subprocess' of https://github.com/ferringb/ansible into ferringb-fixes/subprocess
2013-09-30 23:30:43 -05:00
James Cammarata
d89ce6ac61
Merge branch 'patch-1' of https://github.com/ustun/ansible into ustun-patch-1
2013-09-30 23:20:44 -05:00
James Cammarata
9341587520
Merge branch 'sha256sum-updates' of https://github.com/jlund/ansible into jlund-sha256sum-updates
2013-09-30 23:16:12 -05:00
James Cammarata
12a21d94b7
Merge branch 'allow_types_in_ini' of https://github.com/bcoca/ansible into bcoca-allow_types_in_ini
2013-09-30 22:56:07 -05:00
James Cammarata
0d81c2ecbb
Merge branch 'skyl-source_control-executable' into devel
2013-09-30 22:45:23 -05:00
jctanner
32a1dd422c
Merge pull request #4269 from jphalip/issue-4256
...
In the script action: Get around a Python bug.
2013-09-30 20:24:49 -07:00
James Cammarata
c8dcdc7b7a
Merge branch 'source_control-executable' of https://github.com/skyl/ansible into skyl-source_control-executable
2013-09-30 21:57:47 -05:00
James Cammarata
7aad576f5f
Minor change to add a space around role name/task delimiter
2013-09-30 21:51:39 -05:00
James Cammarata
1cc1e7058b
Merge branch 'role_report_fix1' of https://github.com/bennojoy/ansible into bennojoy-role_report_fix1
2013-09-30 21:25:11 -05:00
James Cammarata
8ed343cc36
Merge branch 'jsmartin-hide_skipped_hosts' into devel
2013-09-30 21:07:33 -05:00
James Cammarata
c8fa83c93f
Minor tweaks to the skipped config wording and adding documentation
2013-09-30 21:02:09 -05:00
James Cammarata
6cd8aacc81
Merge branch 'hide_skipped_hosts' of https://github.com/jsmartin/ansible into jsmartin-hide_skipped_hosts
2013-09-30 20:22:53 -05:00
Michael DeHaan
ac0a7d965a
Merge pull request #4306 from sivel/3563-glob
...
Add fileglob Jinja2 filter. Fixes #3563
2013-09-30 11:17:31 -07:00
Matt Martz
535ce97067
Add fileglob Jinja2 filter. Fixes #3563
2013-09-30 12:55:13 -05:00
Michael DeHaan
9b5fb9ad6b
Merge pull request #4298 from illenseer/devel
...
Add option 'lz4' for compression in zfs module
2013-09-30 05:38:41 -07:00
Nils Pascal Illenseer
4ee6c6d5df
Add option 'lz4' for compression
2013-09-30 14:20:21 +02:00
Michael DeHaan
fcc84a3daa
Merge pull request #4294 from ferringb/fixes/constants
...
For defaults that are integers, enforce it for config supplied values.
2013-09-30 04:59:23 -07:00
Brian Harring
d0ad6c581b
For defaults that are integers, enforce it for config supplied values.
...
If a user supplies a string in the config (rather than an int), the code
should fix that- or blow up immediately- rather than allowing that value to
work it's way down and break w/in the connection object; when that happens,
the actual error is opaque and requires pdb.set_trace() to run down.
2013-09-29 23:56:41 -04:00
Brian Harring
2174230315
USE subprocess.Popen API correctly.
...
When collecting stdout/stderr *and* feeding data into a Popen instance,
communicate() must be used to avoid a known deadlocking scenario
when data sizes cross PIPE_BUF (which can be as small as 512, although should
be much larger in practice on linux).
2013-09-29 23:22:09 -04:00
Michael DeHaan
7ecb2b6728
Reinstate missing dynamic inventory content. Edits pending.
2013-09-29 20:39:29 -04:00
Michael DeHaan
b64edfe791
"make webdocs" sphinx output is now clean. Edit passes and additional content in docs still pending.
2013-09-29 20:10:37 -04:00
Michael DeHaan
5d6deb68ae
More work fixing doc links.
2013-09-29 20:09:30 -04:00
Michael DeHaan
df8b8fc4d6
Fixing some more doc links. Still not done.
2013-09-29 19:30:10 -04:00
Michael DeHaan
4a0e06dc80
Resolving some doc errors.
2013-09-29 19:16:59 -04:00
Michael DeHaan
71ddb80524
Tweaking doc titles.
2013-09-29 19:10:28 -04:00
Michael DeHaan
ad2736b253
Update tags and async sections, among other changes.
2013-09-29 19:03:51 -04:00
Michael DeHaan
c10904bcef
Prompts chapter
2013-09-29 18:44:46 -04:00
Michael DeHaan
d494691398
Start of organizing variable section. This is all still in progress and not done, need to fix links between sections and re-add see-also sections, etc, etc.
2013-09-29 17:19:35 -04:00
Michael DeHaan
4cd3c5472f
Refactor looping docs
2013-09-29 17:02:53 -04:00
Michael DeHaan
00c2c0b11c
Conditionals chapter and some misc tweaks elsewhere
2013-09-29 16:47:34 -04:00
Michael DeHaan
ddf51154fd
Delegation documentation split
2013-09-29 16:22:54 -04:00
Michael DeHaan
c4af4c65c3
Update check mode docs
2013-09-29 16:19:59 -04:00
Michael DeHaan
a0ec399f35
Consolidate docs on accelerated mode
2013-09-29 16:18:01 -04:00
Michael DeHaan
19ac7cfe2a
Refactor the roles information and provide a good example of the case for using roles.
2013-09-29 16:11:36 -04:00
Michael DeHaan
102b745b31
Add lots of docs on configuration settings, explaining what goes into ansible.cfg
2013-09-29 15:51:26 -04:00
Michael DeHaan
70dc1ef4e4
Update the /usr/bin/ansible example docs
2013-09-29 14:54:53 -04:00
Michael DeHaan
e0ea3decae
The patterns document is now it's own chapter since it applies to playbooks and /usr/bin/ansible alike.
2013-09-29 14:45:00 -04:00
Michael DeHaan
65a7ddc824
Organize dynamic inventory documentation.
2013-09-29 14:24:36 -04:00
Michael DeHaan
1e5edb2e0f
Clean up inventory section.
2013-09-29 13:50:10 -04:00
Michael DeHaan
720abcb9ed
Cleaunup to the getting started section.
2013-09-29 13:29:11 -04:00
Michael DeHaan
87702d50d8
Add missing file (stub)
2013-09-29 13:13:19 -04:00
Michael DeHaan
74e77bf1d8
Refactor install guide
2013-09-29 13:13:05 -04:00
Michael DeHaan
824a8b9136
Fix index formatting.
2013-09-29 12:39:09 -04:00
Michael DeHaan
759430d1e8
Add new topics to index
2013-09-29 12:36:02 -04:00
Michael DeHaan
858b6c4e64
Restructure the documentation index.
2013-09-29 12:12:31 -04:00
Ustun Ozgur
977b31249a
Update cache check in find_plugin
...
I am not familiar with the internals, but this line looked suspicious.
2013-09-29 14:03:10 +03:00