Michael DeHaan
33c1e6d9af
update changelog
12 years ago
Michael DeHaan
31b45479e8
When using delegation, local_action should always use the local connection type.
12 years ago
Michael DeHaan
d58bc4da4e
Merge pull request #1361 from lantins/devel
...
Copy module can replace symlink with a real file.
12 years ago
Michael DeHaan
896be48ac9
Merge pull request #1367 from jpmens/mdtempl
...
Add support for Github-flavored Markdown to module_formatter
12 years ago
Michael DeHaan
05866bba1e
Merge pull request #1372 from jpmens/rst_template1
...
module_formatter: .rst now correctly handles code examples
12 years ago
Michael DeHaan
e59f5d609b
Merge pull request #1373 from jpmens/who1
...
Addition to WhoUses + typo fix
12 years ago
Michael DeHaan
655682b7bb
Merge pull request #1374 from brainpage/symlink_fix
...
symlink fix
12 years ago
Michael DeHaan
1e6e5c216c
Merge pull request #1375 from sergevanginderachter/devel
...
docsite: small typo in handlers example yaml
12 years ago
Michael DeHaan
6300d93132
Merge pull request #1378 from dhozac/ansible_ssh-fixes
...
Fixes for ansible_ssh_host and ansible_ssh_port
12 years ago
Daniel Hokka Zakrisson
979999b886
Port should be an integer
12 years ago
Daniel Hokka Zakrisson
19797e1a29
Accessing a node that doesn't exist throws an exception
12 years ago
Serge van Ginderachter
d04bd04f80
typo in handlers example yaml
12 years ago
Jonathan Palley
702469f7bf
symlink fix
12 years ago
Jan-Piet Mens
b6eacd1631
Addition to WhoUses + typo fix
12 years ago
Jan-Piet Mens
575459465e
module_formatter: .rst now correctly handles code examples
...
- fixed template (it was the template), adding indentation with Jinja2
- added description of code examples to man-page template (was missing)
- fixed fireball, cron, and debug module examples to confrom
12 years ago
Jan-Piet Mens
d4f89122f4
Add support for Github-flavored Markdown to module_formatter
...
- Uses HTML tables and Github-flavored code blocks (3 backticks)
12 years ago
willthames
5a769a5a4d
Fixed tests to reflect desired configuration behaviour
...
Test for when environment variable and configuration file
variable both set now tests that the environment variable takes
precedence
Removed logic that would never be triggered from
lib/ansible/constants.py
12 years ago
Michael DeHaan
556799a7c4
add error message if keyczar is not installed and the user tries to use fireball mode
12 years ago
Michael DeHaan
d5db8e937e
Fix port overrides such that with fireball mode you don't have to specify an explicit port.
12 years ago
Michael DeHaan
8fca862e17
Merge branch 'documentation' of git://github.com/lantins/ansible into devel
12 years ago
Michael DeHaan
fd6a26239c
Env var vs config priority fixing
12 years ago
Michael DeHaan
21b1e6c5a4
Add who uses ansible page back.
12 years ago
Luke Antins
0dbd3aa821
Add examples to user module documentation.
12 years ago
Luke Antins
4f17aa9fa0
Fix indent of fail module example to prevent unwanted `<blockquote></pre></p> <br/></blockquote>` from showing up in docsite output.
12 years ago
Luke Antins
7d41045b2f
Erroneous space in facter documentation.
12 years ago
Luke Antins
6354898b09
Copy module can replace symlink with a real file.
12 years ago
Michael DeHaan
54257a6a4c
Remove "the the"
12 years ago
Michael DeHaan
0837a29e51
Only expand lists in templating inside of module action lines, to avoid breaking usage with with_items and "in" statements, etc
12 years ago
Michael DeHaan
acf2c23808
Various tweaking of the delegate_to loop code.
12 years ago
Daniel Hokka Zakrisson
37b91c7b81
Fix ansible_ssh_host after 339c05bb
12 years ago
Michael DeHaan
6ce844167a
Merge pull request #1360 from dhozac/remove-debug-print
...
Remove debug print statements
12 years ago
Daniel Hokka Zakrisson
519a1f3f23
Remove debug print statements
12 years ago
Michael DeHaan
d9ce7adde7
Merge pull request #1357 from nigelm/nigelm_doc_tweaks
...
Added comment about long lines in playbooks
12 years ago
Nigel Metheringham
a457d24b97
Added comment about long lines in playbooks
...
I had trouble finding this information, so though it was worth
adding to docs... but am not sure its easy to find for someone
specifically to find. At least I think this inclusion matches the
tone of document, but maybe this info should go into a FAQ
instead/as-well?
12 years ago
Michael DeHaan
50abc73bd2
Merge pull request #1353 from jpmens/moduledev1
...
Indicate module_formatter can produce boilerplate DOCUMENTATION
12 years ago
Jan-Piet Mens
9991dfee6c
Indicate module_formatter can produce boilerplate DOCUMENTATION
...
add ./hacking/
12 years ago
Michael DeHaan
47c4775e94
Merge pull request #1351 from cocoy/ec2-v2
...
Fix check boto version bug #1280 . Using try/except for AttributeError.
12 years ago
Rodney Quillo
8344511e47
Fix check boto version bug #1280
12 years ago
Michael DeHaan
22e3e7f323
Allow use of variables in delegate_to
12 years ago
Michael DeHaan
a69e59ab2b
Allows delegate_to to use inventory host/port info.
12 years ago
Michael DeHaan
8c3abe7e52
Fix cowsay! Moo.
12 years ago
Michael DeHaan
edb7a054ae
Merge pull request #1349 from bcoca/fix_bsd_dmesg_jails
...
fixed but in pulling data from dmesg command, wrong function to use as f...
12 years ago
Michael DeHaan
26ee03a43f
Searchindex should not be part of source control
12 years ago
Michael DeHaan
2bef84e666
Rebuild docs
12 years ago
Michael DeHaan
97bc11795a
more 0.8 docs
12 years ago
Michael DeHaan
0677891fc6
More docs
12 years ago
Michael DeHaan
a98886c77f
Further docs hacking
12 years ago
Michael DeHaan
1801ded34d
more playbook docs
12 years ago
Michael DeHaan
ca261e8961
more 0.8 documenting
12 years ago
Brian Coca
620aeeb572
fixed but in pulling data from dmesg command, wrong function to use as file for for loop
...
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
12 years ago