Commit Graph

1384 Commits (5fd2018117e39f91c8f33c0e2b754ce3efed0540)
 

Author SHA1 Message Date
Michael DeHaan 5fd2018117 Convert authorized_key modules to use new common code + misc style things
14 years ago
Michael DeHaan 63459110c4 Merge pull request #730 from marktheunissen/mysql_change_params
14 years ago
Mark Theunissen 9a1265b856 Changing the parameter names to be consistent, and adding root user default with empty password, as per mysql standard
14 years ago
Michael DeHaan af3b0e3b82 Merge pull request #728 from pas256/devel
14 years ago
Michael DeHaan 47cead3603 Merge pull request #727 from sfromm/git
14 years ago
Peter Sankauskas 0188889aea Making inventory pattern matching handle group names
14 years ago
Michael DeHaan d0f0315c9d Merge pull request #723 from skvidal/devel
14 years ago
Seth Vidal 21a35bde00 new patch - adds a 'boolean' function to the module_common class and cleans up
14 years ago
Michael DeHaan 3ad07d5965 Merge pull request #724 from goozbach/inventory_short
14 years ago
Derek Carter 547395a2be added inventory_hostname_short varible
14 years ago
Seth Vidal c4c53d545a fix trace-creating error in apt module - also make the default setting actualy work
14 years ago
Michael DeHaan 8f9e136ca0 Merge pull request #721 from Ernest0x/command_change_cwd
14 years ago
Petros Moisiadis 4ad0ff61e5 added a 'chdir' argument to the command module
14 years ago
Michael DeHaan b7da73b73f Merge pull request #715 from willthames/showversion
14 years ago
Michael DeHaan 238524ccc6 Merge pull request #714 from willthames/envsetup
14 years ago
Michael DeHaan 45bf88b78c Merge pull request #717 from willthames/fix_osx_tests3
14 years ago
willthames 1bcba4f4a2 test/TestRunner.py now executes false with no directory prefix
14 years ago
Will Thames 4d4d0b90c5 readlink -f does not work on OS X. Replaced with a python solution
14 years ago
Stephen Fromm 90bf67cf56 Make test_git functional in TestRunner.py
14 years ago
Stephen Fromm 87b3e1ecdc Update git module to use module magic and other changes
14 years ago
willthames ad9b8e2312 Output version string when --version is passed using optparse's version argument
14 years ago
willthames 6219fc4932 env-setup no longer needs to be run from the ansible directory, it can be run from anywhere
14 years ago
Michael DeHaan f5e08158ca Merge pull request #713 from lorin/postgres-fixup
14 years ago
Lorin Hochstein 5a109154f1 Rename: postgresql.yaml -> postgresql.yml
14 years ago
Michael DeHaan b3aba405dd Merge pull request #712 from lorin/postgres-fixup
14 years ago
Lorin Hochstein dcd214a631 Use standard argument names in PostgreSQL modules
14 years ago
Lorin Hochstein a9c2e597ac Fix typo in apt error message: update-cache -> update_cache
14 years ago
Michael DeHaan ff82f0a168 Further service module tweaks
14 years ago
Michael DeHaan e9c4eb36d1 Service tweaks WIP
14 years ago
Nikhil Singh aca860df9c Standardizing the module
14 years ago
Michael DeHaan 61780e0980 Merge pull request #729 from marktheunissen/fix-apt
14 years ago
Mark Theunissen 7a67145ef4 Fixes for apt module
14 years ago
Michael DeHaan 487c826700 Tweak alias consistency a bit. 'package' has never been documented, but since it works, make it work in both places.
14 years ago
Michael DeHaan 4d9ecebc20 update changelog
14 years ago
Michael DeHaan 17be5537d6 When sudoing to another user, the umask may be set such that the next user might not be able to read/execute
14 years ago
Michael DeHaan fcdc281c28 If sudoing to a user other than root, the home directory of the original user is very unlikely to be readable by the
14 years ago
Michael DeHaan aa40c5f3b3 remove commented out debug lines
14 years ago
Michael DeHaan 1e464d6c4b update changelog
14 years ago
Michael DeHaan ee5f12cd40 Slight tweaks on vars_prompt upgrades
14 years ago
Petros Moisiadis c717934b7e Improved 'vars_prompt' syntax to support prompt text and (non-)private input
14 years ago
Michael DeHaan 4ecdd17caf Merge pull request #702 from lorin/postgresql-module
14 years ago
Michael DeHaan d55012e570 Merge pull request #704 from lorin/gitfix
14 years ago
Lorin Hochstein 9253d89280 git module: Don't pass rc as separate arg to fail_json
14 years ago
Michael DeHaan 0c61d049a2 Merge pull request #690 from marktheunissen/mysql_default_password
14 years ago
Michael DeHaan ebfd7ec7e3 Merge pull request #695 from nix85/fix_apt_mod
14 years ago
Lorin Hochstein def1fa23f8 Add postgresql_db and postgresql_user module.
14 years ago
Mark Theunissen 7395becf3a Check file exists instead of relying on the exception. Leave the exception catch in, in case the file is deleted or some other issue crops up
14 years ago
Mark Theunissen 888ac86d70 Woops, missed the rest of them
14 years ago
Mark Theunissen ac23c69bcc Making the passwd parameter consistent
14 years ago
Mark Theunissen 6afe3fd497 Changing to read from a file pointer instead so that an exception is thrown if the file doesn't exist
14 years ago