Commit Graph

4105 Commits (7dbfad82250883dfe8d5e8a8c3697875d165a910)
 

Author SHA1 Message Date
Michael DeHaan 7dbfad8225 baby-JSON not supported, let selinux module warn using regular JSON 12 years ago
Michael DeHaan f47ecf0fce update changelog 12 years ago
Michael DeHaan d251e68ac5 Resolve merge 12 years ago
Michael DeHaan 1366c663eb Merge branch 'copy-diff-take2' of git://github.com/stoned/ansible into better_diff
Conflicts:
	library/file
12 years ago
Michael DeHaan 9e2cb42b4f Add some aliases for django manage, mainly around underscores, and use the newer (easier) way to do module docs. Also
add list of avail commands to docs.
12 years ago
Scott Anderson 06890085d2 Django manage.py administration module 12 years ago
Michael DeHaan 7090ad3aac Merge pull request #2195 from tbielawa/NOOP
First try and making the nagios module NOOPpable
12 years ago
Michael DeHaan c485cb3700 Remove some tab/space issues in previous commits. 12 years ago
Michael DeHaan 6a487409db Merge branch 'postgresql-check-mode' of git://github.com/cocoy/ansible into devel 12 years ago
Michael DeHaan 0e1ba5e676 Prevent SVN checkouts from failing due self signed certs. 12 years ago
Michael DeHaan 9f083bfca3 Merge pull request #2207 from marktheunissen/mysql-pass-and-password
Adding back support for pass=
12 years ago
Mark Theunissen 234d31bf72 Adding back support for pass= 12 years ago
Daniel Hokka Zakrisson 93f02d614b Merge pull request #2187 from dhozac/argument-type-check
Add type checking for module arguments, converting as much as possible
12 years ago
Michael DeHaan 964ef8d4a0 Merge pull request #2205 from jcftang/devel
Adopt best practices with distributing portfiles
12 years ago
Jimmy Tang 8a561d6cd7 Adopt best practices with distributing portfiles
Reorganised packaging and added some notes for less experienced users
on how to get the development version of ansible installed using macports.
12 years ago
Tim Bielawa b0bd0a0f4a Making the nagios module NOOPpable 12 years ago
Stoned Elipot 8816dc7ca7 Make diff header lines more explicit about what the diff is about
This gives a more readable output when producing diff for a task
with multiple items (with_items).
12 years ago
Stoned Elipot 1b8c9bab35 Fix diff when template destination is absent 12 years ago
Michael DeHaan 6a12d64059 Merge pull request #2200 from l0neranger/devel
fixing changelog
12 years ago
Sri Harsha Yalamanchili 5f55bac4f0 fixing changelog 12 years ago
Daniel Hokka Zakrisson 22e40b6a61 Merge pull request #2198 from skvidal/nolog-params
No_log params
12 years ago
Stoned Elipot 10e9f1fc1e Implement --diff for the copy module. 12 years ago
Seth Vidal f02ea15f0c command: make sure that all _handle_aliases() calls returns {}
module_common: also work if there are no aliases (shell, command, etc) modules
12 years ago
Seth Vidal b54887b03c make sure ec2_secret_key is set to no_log=True 12 years ago
Seth Vidal c95848ae59 - add an aliases attribute as a lookup of aliasname to canonical name
of parameters
- add support for no_log attribute per-parameter which will not log
  that information to syslog
12 years ago
Daniel Hokka Zakrisson e32fbd312f Shell-quote environment contents 12 years ago
Daniel Hokka Zakrisson 27f3ba53f9 Remove debug print for environment 12 years ago
Daniel Hokka Zakrisson 1df56c07d3 If expand_lists is true, make lookup plugin result into a string
Fixes #2196.
12 years ago
Daniel Hokka Zakrisson 7e0ee6809c Don't template delegate_to too early, not all vars are available
Fixes using delegate_to: $item within a playbook include.
12 years ago
Michael DeHaan f6e3583b9b Fix path to DOCUMENTATION.yml 12 years ago
Michael DeHaan 3aceae57af Fixup documentation formatting 12 years ago
Michael DeHaan a5e4f4461e Add linode example, remove macports since it didn't do changed=True/etc 12 years ago
Michael DeHaan bd6852eda0 Merge branch 'doc_html_tweaks' of git://github.com/nigelm/ansible into devel 12 years ago
Michael DeHaan 7a6f3e6a6a Missing colon in docs. 12 years ago
Daniel Hokka Zakrisson f03e845920 Allow hyphens in complex variables
Primarily to support ${hostvars.hostname-with-hyphens.<var>}.
12 years ago
Michael DeHaan 50c1c06088 Merge pull request #2193 from szinck/devel
pass in int() args to get_pty
12 years ago
Shaun Zinck e7719e4e46 pass in int() args to get_pty
If LINES or COLUMNS was set, get_pty was failing because it was
expecting an int value to be passed in.
12 years ago
Michael DeHaan 3c40ce5700 Better detection of whether a service is managed by systemd or not. 12 years ago
Michael DeHaan 596c98320a Service module now knows a little more about systemd. This module is
really due for some refactoring, but telling how a service is managed is
a little fuzzy anyway.  on a systemd system typoing the service will now
give you a rather systemd specific error which is somewhat suboptimal.
12 years ago
Michael DeHaan 4be3b06842 Run chkconfig enable/disable only when needed. TODO, apply same logic to update-rc.d/systemd 12 years ago
Nigel Metheringham 9ae64ffba9 Added top padding to h2 elements so not under menubar 12 years ago
Nigel Metheringham 86d55c1c4d Tweak maximum length of drop down menu 12 years ago
Rodney Quillo 3bf088c084 Fix tabs/spaces. 12 years ago
Michael DeHaan 0380ba7177 If running is given as the state value instead of 'started', still return the correct end state. 12 years ago
Michael DeHaan 624a952c5c The service module made some assumptions about how a service should be managed based on what was installed on the system in terms of service
management tools, which meant upstart services on CentOS6 were not startable.  This tweak allows things like vmware-tools to be controlled
via the service module.  More testing on other distributions (particularly with systemd) is presumably needed.
12 years ago
Michael DeHaan 1a6e959fa2 Merge pull request #2188 from lorin/docfix
Add a missing :: in an .rst file
12 years ago
Daniel Hokka Zakrisson 578ec127fb Remove choices=BOOLEANS as it is no longer needed 12 years ago
Lorin Hochstein 2e8533aec2 Add a missing :: in an .rst file
Other changes are just eating trailing whitespace.
12 years ago
Michael DeHaan 908a192736 Documentation updates 12 years ago
Michael DeHaan 582f088e7e Fix module docs formatting 12 years ago