Commit Graph

2938 Commits (dad331d0a52addf4839a6244c925ef2b5497e2ac)
 

Author SHA1 Message Date
Michael DeHaan dad331d0a5 update changelog 12 years ago
Michael DeHaan cbc12f0dba Various performance streamlining and making the file features usable in all modules without daisy chaining. 12 years ago
Michael DeHaan 60b9316ad8 Merge pull request #1393 from baalexander/devel
Adds release date for Cathedral
12 years ago
Brandon Alexander ce7656d9cd Adds release date for Cathedral
I also prepended each single digit month with a 0 for the dates to line up. Feel free to change that :)
12 years ago
Michael DeHaan 4104478abd Added 'script', a module that can push and insantly run a remote script. Replaces the need to copy+command.
This is a bit of a rough draft, some error handling still needs to be added.
12 years ago
Michael DeHaan 7e2d6c0050 Clarify first_available_file is only for copy/template 12 years ago
Michael DeHaan 019f775a93 DWIM the paths for first_available_file 12 years ago
Michael DeHaan 6fa1a49037 Fix the basic templating system such that when the template ends in '$', life continues as normal. 12 years ago
Michael DeHaan 6b8448051f Merge pull request #1389 from sfromm/issue1214
Add ability to create SSH key for user in user module
12 years ago
Michael DeHaan 3c739b1a88 Merge pull request #1339 from inertialbit/add-basic-pg-role-attribute-support
add role_attr_flags parameter to postgresql_user
12 years ago
Michael DeHaan ed9f5eed09 Merge pull request #1338 from alopropoz/extra_vars_override
Vars specified via CLI have the highest priority.
12 years ago
Stephen Fromm 87954f2110 Use os.path.join where appropriate 12 years ago
Stephen Fromm 63ba441163 Add ability to create SSH key for user in user module
This allows one to create a SSH key for user.  You may define:
ssh_key_type, ssh_key_bits, ssh_key_file, ssh_key_comment,
and ssh_key_passphrase.  If no passphrase is provided, the
key will be passphrase-less.  This will not overwrite an existing key.
In the JSON returned, it will provide the ssh_fingerprint and
ssh_key_file.
12 years ago
Michael DeHaan 5bdc16338e Release version bump for 0.9 (development branch) 12 years ago
Michael DeHaan 67b1372d63 Update packaging and CHANGELOG for release 12 years ago
Michael DeHaan ed7776d44c update changelog 12 years ago
Michael DeHaan 68cf9a96fc Merge pull request #1388 from goozbach/selinux_bugs
make policy only be required if state is not disabled
12 years ago
Michael DeHaan f2b2777762 Merge pull request #1386 from jkleint/devel
Update Hadoop contrib URL.
12 years ago
Michael DeHaan 51b423b593 Merge pull request #1387 from skvidal/devel
when a pkg is installed, but not from any repo, don't error out
12 years ago
Derek Carter 99180e7da3 make policy only be required if state is not disabled 12 years ago
Seth Vidal 326b160241 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
12 years ago
John Kleint 859a898df6 Update Hadoop contrib URL.
References issue #1380.
12 years ago
Michael DeHaan cde377bddb Merge pull request #1385 from dhozac/raise-error-for-scripts-too
Raise error for missing hosts in inventory scripts as well
12 years ago
Daniel Hokka Zakrisson b8021f12e0 Raise error for missing hosts in inventory scripts as well 12 years ago
Michael DeHaan 2e3273595a Merge pull request #1383 from dhozac/fix-for-local-port
None is unfortunately not an integer
12 years ago
Daniel Hokka Zakrisson e3d18048d4 None is unfortunately not an integer 12 years ago
Michael DeHaan 5a08da98a3 Update contrib/README.md 12 years ago
Michael DeHaan d509dfc969 delete extra else clause 12 years ago
Michael DeHaan 452668ce83 Merge branch 'devel' of git://github.com/willthames/ansible into devel 12 years ago
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