Commit Graph

2879 Commits (d21d3677a68a8e87f4e23c8a18e37d4de9d87f93)
 

Author SHA1 Message Date
Michael DeHaan d21d3677a6 Various tweaking of the delegate_to loop code. 13 years ago
Daniel Hokka Zakrisson 514f9232a0 Fix ansible_ssh_host after 339c05bb 13 years ago
Michael DeHaan b0f7296dde Merge pull request #1360 from dhozac/remove-debug-print
Remove debug print statements
13 years ago
Daniel Hokka Zakrisson db7149da1c Remove debug print statements 13 years ago
Michael DeHaan 5252b7bc93 Merge pull request #1357 from nigelm/nigelm_doc_tweaks
Added comment about long lines in playbooks
13 years ago
Nigel Metheringham 31d1afcb19 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?
13 years ago
Michael DeHaan 4abf23d34d Merge pull request #1353 from jpmens/moduledev1
Indicate module_formatter can produce boilerplate DOCUMENTATION
13 years ago
Jan-Piet Mens 9991dfee6c Indicate module_formatter can produce boilerplate DOCUMENTATION
add ./hacking/
13 years ago
Michael DeHaan 88e4051afc Merge pull request #1351 from cocoy/ec2-v2
Fix check boto version bug #1280. Using try/except for AttributeError.
13 years ago
Rodney Quillo 8344511e47 Fix check boto version bug #1280 13 years ago
Michael DeHaan c16572b6e2 Allow use of variables in delegate_to 13 years ago
Michael DeHaan 339c05bb88 Allows delegate_to to use inventory host/port info. 13 years ago
Michael DeHaan ac16efe289 Fix cowsay! Moo. 13 years ago
Michael DeHaan 4448391244 Merge pull request #1349 from bcoca/fix_bsd_dmesg_jails
fixed but in pulling data from dmesg command, wrong function to use as f...
13 years ago
Michael DeHaan 946e9473a9 Searchindex should not be part of source control 13 years ago
Michael DeHaan 63b1be4f37 Rebuild docs 13 years ago
Michael DeHaan d779f88149 more 0.8 docs 13 years ago
Michael DeHaan 5be35f270c More docs 13 years ago
Michael DeHaan 96f6244336 Further docs hacking 13 years ago
Michael DeHaan eef726258d more playbook docs 13 years ago
Michael DeHaan f8fcbc6bd7 more 0.8 documenting 13 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>
13 years ago
Michael DeHaan e9bf75156e Docs + fix variable precedence of environment variables (ok, ok, I give in!) 13 years ago
Michael DeHaan e5b013ea41 add docs on fireball 13 years ago
Michael DeHaan e4c935835f Fix help text 13 years ago
Michael DeHaan c9453daf28 RST typo 13 years ago
Michael DeHaan b2ea92d36d Merge pull request #1335 from phgrau/devel
Use && for executing next command if, and only if, command1 returns an e...
13 years ago
Michael DeHaan 7583704144 "force=" code under the file module is problematic, remove it 13 years ago
Michael DeHaan f3407dec0e Merge branch 'basedir-plugins' of git://github.com/dhozac/ansible into devel 13 years ago
Michael DeHaan 4405244224 Docs rebuild 13 years ago
Michael DeHaan fea5d36417 Merge pull request #1343 from jpmens/eeemail
typo
13 years ago
Jan-Piet Mens e35d5188f9 typo 13 years ago
Michael DeHaan f160502b7b Merge pull request #1337 from skvidal/devel
trivial --syntax-check option to ansible to just do the yaml validation
13 years ago
Michael DeHaan 7da94e0359 Merge pull request #1334 from bcoca/cowsay4bsd
cowsay for BSD!
13 years ago
Seth Vidal 41195d0d49 trivial --syntax-check option to ansible to just do the yaml validation
check. Lots of room to make this more interesting - but not today
13 years ago
Philipp Grau b1563c8411 Add note: Debian Squeeze has no add-apt-repository 13 years ago
Philipp Grau eedd92d711 Use && for executing next command if, and only if, command1 returns an exit status of zero. 13 years ago
Brian Coca e98153d26d cowsay for BSD!
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
13 years ago
Daniel Hokka Zakrisson ab44a4abba Load additional plugins from path specified in configuration 13 years ago
Daniel Hokka Zakrisson 1aaf86069a Look for plugins in the playbook's basedir 13 years ago
Michael DeHaan 036f853d42 Merge pull request #1330 from wzzrd/pip
Test for python-pip as well as pip
13 years ago
Maxim Burgerhout 2f6b9e69a7 Test for python-pip as well as pip
On Red Hat, CentOS and Fedora systems, the pip binary will be called python-pip
instead of pip. This commit makes the pip module also check for python-pip.

The reason we check for python-pip *first*, is to have ansible fail on not
finding 'pip' and reporting *that*. This is consistent with current behaviour
and will not confuse users of Debian et al., where the 'python-pip' binary
never exists.

Tested on Fedora 18 and Ubuntu 12.04.
13 years ago
Michael DeHaan 05ae500d78 Merge pull request #1329 from tbielawa/pausequotes
The pause 'prompt' parameter now requires quotes around the message.
13 years ago
Tim Bielawa 8831e59700 The pause 'prompt' parameter now requires quotes around the message. 13 years ago
Michael DeHaan 8dadf8a905 Use 'path' in file documentation, though src/dest work, it's less intuitive. 13 years ago
Michael DeHaan 7b6f8e485a refine example 13 years ago
Michael DeHaan 2c90298841 Merge pull request #1314 from apenney/bugfix/git
Check rc instead of parsing for errors.
13 years ago
Michael DeHaan fb686d40bc Merge pull request #1322 from sfromm/moduleformatter
Miscellaneous fixes to module_formatter.py
13 years ago
Michael DeHaan 971dd53622 Added documentation on looping over with_* like fileglob 13 years ago
Michael DeHaan dd3beb844f add lookup plugins to setup.py 13 years ago