Commit Graph

2922 Commits (e07227194bc67882f694d4ecefca6efe2beaee1b)
 

Author SHA1 Message Date
Michael DeHaan e07227194b Update packaging and CHANGELOG for release 13 years ago
Michael DeHaan 0a47cf5ee1 update changelog 13 years ago
Michael DeHaan 69fbc5ad1f Merge pull request #1388 from goozbach/selinux_bugs
make policy only be required if state is not disabled
13 years ago
Michael DeHaan ce6bd0c96d Merge pull request #1386 from jkleint/devel
Update Hadoop contrib URL.
13 years ago
Michael DeHaan f5d7005e6c Merge pull request #1387 from skvidal/devel
when a pkg is installed, but not from any repo, don't error out
13 years ago
Derek Carter 9961c1e2ef make policy only be required if state is not disabled 13 years ago
Seth Vidal 33be7526c7 when a pkg is installed, but not from any repo, don't error out
that it is not installed.

Also when a pkg is both installed and in a repo do not look it up
more than once
13 years ago
John Kleint 4f3b671e47 Update Hadoop contrib URL.
References issue #1380.
13 years ago
Michael DeHaan 84f485620c Merge pull request #1385 from dhozac/raise-error-for-scripts-too
Raise error for missing hosts in inventory scripts as well
13 years ago
Daniel Hokka Zakrisson c8245f3440 Raise error for missing hosts in inventory scripts as well 13 years ago
Michael DeHaan aed907958d Merge pull request #1383 from dhozac/fix-for-local-port
None is unfortunately not an integer
13 years ago
Daniel Hokka Zakrisson 06923cd1f6 None is unfortunately not an integer 13 years ago
Michael DeHaan 23831668c1 Update contrib/README.md 13 years ago
Michael DeHaan 4b7f2579a8 delete extra else clause 13 years ago
Michael DeHaan 9441bd723f Merge branch 'devel' of git://github.com/willthames/ansible into devel 13 years ago
Michael DeHaan a94a228cb4 update changelog 13 years ago
Michael DeHaan a908bd6a8f When using delegation, local_action should always use the local connection type. 13 years ago
Michael DeHaan 6f05eb9b69 Merge pull request #1361 from lantins/devel
Copy module can replace symlink with a real file.
13 years ago
Michael DeHaan 731ef69eae Merge pull request #1367 from jpmens/mdtempl
Add support for Github-flavored Markdown to module_formatter
13 years ago
Michael DeHaan cff8ea1434 Merge pull request #1372 from jpmens/rst_template1
module_formatter: .rst now correctly handles code examples
13 years ago
Michael DeHaan 3fd77edecd Merge pull request #1373 from jpmens/who1
Addition to WhoUses + typo fix
13 years ago
Michael DeHaan d3b543c2a2 Merge pull request #1374 from brainpage/symlink_fix
symlink fix
13 years ago
Michael DeHaan ee4bb97ab7 Merge pull request #1375 from sergevanginderachter/devel
docsite: small typo in handlers example yaml
13 years ago
Michael DeHaan 4e79835b34 Merge pull request #1378 from dhozac/ansible_ssh-fixes
Fixes for ansible_ssh_host and ansible_ssh_port
13 years ago
Daniel Hokka Zakrisson 6701726ba5 Port should be an integer 13 years ago
Daniel Hokka Zakrisson 28ca655217 Accessing a node that doesn't exist throws an exception 13 years ago
Serge van Ginderachter d5c5390acf typo in handlers example yaml 13 years ago
Jonathan Palley 736b554691 symlink fix 13 years ago
Jan-Piet Mens f834c62ffb Addition to WhoUses + typo fix 13 years ago
Jan-Piet Mens 558ca593f3 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
13 years ago
Jan-Piet Mens c98b828950 Add support for Github-flavored Markdown to module_formatter
- Uses HTML tables and Github-flavored code blocks (3 backticks)
13 years ago
willthames 3934cd7601 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
13 years ago
Michael DeHaan 6aafb42f2f add error message if keyczar is not installed and the user tries to use fireball mode 13 years ago
Michael DeHaan ee268535f6 Fix port overrides such that with fireball mode you don't have to specify an explicit port. 13 years ago
Michael DeHaan aaa413db3b Merge branch 'documentation' of git://github.com/lantins/ansible into devel 13 years ago
Michael DeHaan feb497a9e8 Env var vs config priority fixing 13 years ago
Michael DeHaan 1c77f95312 Add who uses ansible page back. 13 years ago
Luke Antins bde44f9df4 Add examples to user module documentation. 13 years ago
Luke Antins 9d9431109b Fix indent of fail module example to prevent unwanted `<blockquote></pre></p> <br/></blockquote>` from showing up in docsite output. 13 years ago
Luke Antins 08a6ac3fc7 Erroneous space in facter documentation. 13 years ago
Luke Antins 84cc3e2c8a Copy module can replace symlink with a real file. 13 years ago
Michael DeHaan bb3e7f4719 Remove "the the" 13 years ago
Michael DeHaan 25162c98ec Only expand lists in templating inside of module action lines, to avoid breaking usage with with_items and "in" statements, etc 13 years ago
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