Commit Graph

2849 Commits (f0ea92cc7515c547ba3752a835b51ecb580fddf6)
 

Author SHA1 Message Date
James Cammarata b49f67ee7a Initial support for sudoable commands over fireball2
Caveats:
* requiretty must be disabled in the sudoers config
* asking for a password doesn't work yet, so any sudoers users must
  be configured with NOPASSWD
* if not starting the daemon as root, the user running the daemon
  must have sudoers entries to allow them to run the command as the
  target sudo_user
12 years ago
James Cammarata e92df1dc76 Bail out correctly if socket.recv gets nothing (indicating a closed socket) 12 years ago
James Cammarata 3d3b318a86 Fireball2 mode working! 12 years ago
Bruce Pennypacker 5949b87334 changed ignore_md5_mismatch to validate_md5 12 years ago
Bruce Pennypacker 386b755892 added optional ignore_md5_mismatch parameter 12 years ago
Jharrod LaFon ab85538e9d The cloudformation module argument spec should match the documentation, so that template_parameters is a required argument. 12 years ago
Raul Melo b0ffba472f Fix issue 3908. There was some ilegal operations over the sets 12 years ago
Michael DeHaan 789d08a85d Merge pull request #3942 from jocelynj/gem
Correctly handle option user_install in gem module
12 years ago
Michael DeHaan b0b4898e64 Merge pull request #3861 from djoreilly/quantum_net_types
quantum_network should not default network provider type to local
12 years ago
James Cammarata 25713f0b05 Minor text corrections in the yum module documentation 13 years ago
James Cammarata 21cbd424dd Merge pull request #3941 from hnakamur/update_yum_doc_for_name_accepts_url_and_path
Add description and examples for the name parameter accepts a url or a l...
13 years ago
James Cammarata b4306920ce Fix for the cron module on FreeBSD
Apparently crontab on freebsd does not like the file path coming before
the "-u username" portion of the command to install the crontab
13 years ago
Hiroaki Nakamura 2bef08705f Fix a bug in DebianStrategy.get_permanent_hostname(). Use strip, not split! 13 years ago
Hiroaki Nakamura bf21ba1521 Rewrite with "try ... finally" instead of "with" statement to support Python 2.4. 13 years ago
Hiroaki Nakamura 860cf75fdc Remove extra sysloggings. 13 years ago
Hiroaki Nakamura 14fde81ad5 Raise an error on unsupported platform/distributions. 13 years ago
Jocelyn Jaubert 8b5d2aeef9 Correctly handle option user_install in gem module 13 years ago
Hiroaki Nakamura 949744c194 Add description and examples for the name parameter accepts a url or a local path to a rpm file. 13 years ago
Hiroaki Nakamura 557c25a794 Add a hostname module, which sets system's hostname. 13 years ago
Marcin Płonka 4a43bb3b00 Skipping facts not available on AIX WPARs 13 years ago
James Cammarata f54b72faea Fixed small typo from the merge conflict in the route53 module 13 years ago
James Cammarata 254e43ac07 Merge branch 'rb2' of https://github.com/bpennypacker/ansible into bpennypacker-rb2 13 years ago
Bruce Pennypacker 99c8362a82 Added wait parameter 13 years ago
James Cammarata d9c460ed07 Merge branch 'rb2' of https://github.com/bpennypacker/ansible into bpennypacker-rb2
Conflicts:
	library/cloud/route53
13 years ago
shirou 26e6ac4340 supports nested values of ohai. 13 years ago
Brian Coca 73ffb0c020 - fixed typos and errors from feedback
- now makes sure a proper mask is added
- now captures I/O error produced when group, user or permissions are
  invalid
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
13 years ago
James Cammarata 0caaa023e2 Cleaning up some pep8 issues in the pkgutil module 13 years ago
James Cammarata fb23c53e3d Merge branch 'allow_wildcard_yum' of https://github.com/mscherer/ansible into mscherer-allow_wildcard_yum 13 years ago
James Cammarata 102833cca6 Merge branch 'gitfix' of https://github.com/johanwiren/ansible into johanwiren-gitfix 13 years ago
Johan Wirén 3ac5f2d409 Fixed so that we no longer check with the remote if a checkout already is at the desired sha version. 13 years ago
James Cammarata 8345beafca Merge branch 'pacman_local_plus_check' of https://github.com/mivok/ansible into mivok-pacman_support_check_mode 13 years ago
James Cammarata 5c6276b6a3 Merge branch 'pacman_support_check_mode' of https://github.com/mivok/ansible into mivok-pacman_support_check_mode 13 years ago
Arthur Taylor 8fc13062aa Added Overwrite option for Route53 record creation 13 years ago
James Cammarata d59b5d4c7c Merge branch 'command-relpath' of https://github.com/j2sol/ansible into j2sol-command-relpath 13 years ago
Joshua Lund fe5154f0c6 Fixing typo in EC2 modules 13 years ago
Jesse Keating 286ff41167 Allow for relative paths by using abspath
relative pathing comes in handy on occasion, particularly when
delegating to localhost and running some command out of your playbook
repo. Making use of os.path.abspath will allow for the full path to
chdir and executable to be discovered if not provided.
13 years ago
James Cammarata 1f78606620 Minor doc fixes for the pkgutil module 13 years ago
Alexander Winkler 487dcccd7d Added module pkgutil 13 years ago
Bruce Pennypacker 97925d7af6 yet another rebase attempt 13 years ago
Bruce Pennypacker 11470fea04 Rebase attempt
No idea if I'm rebasing properly or not.  This is my first attempt.
13 years ago
Stephen Fromm 544bcfb30d Apply consistent parameter alises to hg and subversion
For issue #3372, apply consistent parameter aliases to source_control
modules.  For hg, add name and version and add to documentation string.
For subversion, add version and document version and name aliases in
documentation string.
13 years ago
James Cammarata 5e0b083730 Missed some typos in macros for the xattr doc 13 years ago
James Cammarata 3f506ddf93 Fixing docs in xattr module 13 years ago
James Cammarata 7de4db9d09 Cleaning up some typos in the xattr module 13 years ago
James Cammarata ceeca40f58 Merge branch 'xattr2' of https://github.com/bcoca/ansible into bcoca-xattr2 13 years ago
Michael DeHaan d513647165 Merge pull request #3874 from mscherer/relax_nova_compute_argument
image_id is not required to delete a vm from openstack
13 years ago
James Cammarata 777b8be15f Fixing small typo in redis module documentation 13 years ago
James Cammarata 60e7da2031 Merge branch 'redis-config' of https://github.com/slok/ansible into slok-redis-config 13 years ago
James Cammarata 9abc7bf5cc Minor fix, vpc_id is not required for the ec2_group 13 years ago
Andrew de Quincey fad1ba7998 Add module to control EC2 security groups 13 years ago