Commit Graph

108 Commits (415f4baa154c36a1091af4de424bdfd3e86b063d)

Author SHA1 Message Date
Seth Vidal 415f4baa15 add virt module for libvirt interaction/support
14 years ago
Matthew Williams c819f1715e apt module bugfix
14 years ago
Michael DeHaan 02d5e831ce have apt module raise an error if apt cannot be imported
14 years ago
Michael DeHaan f92760de6c If missing state or name or list parameter on yum module, raise error explaining what is up.
14 years ago
Michael DeHaan 4792021f47 Fix syntax error in user patch
14 years ago
Michael DeHaan e5d5b072db Merge remote branch 'public/integration'
14 years ago
Michael DeHaan 105a43a316 Merge pull request #104 from mgwilliams/feature-apt
14 years ago
Matthew Williams 9fdd7a837e improvements to apt module: state=latest, update-cache=yes|no, purge=yes|no
14 years ago
Matthew Williams ae38ee0b3f protecting against replacing file or directory with link
14 years ago
Seth Vidal 08163c6251 catch all exceptions and emit sensible errors - if we have a config file error this lets us know about it
14 years ago
Matthew Williams 24f61f1583 "link" state in file module
14 years ago
Michael DeHaan 5764ccdb0e Eliminate possible race condition in async_wrapper where ansible deletes the argsfile while the module
14 years ago
Michael DeHaan 2511992659 Surface module debug (-D) to /usr/bin/ansible also
14 years ago
Jeroen Hoekx 38a33c54a6 Make copy module idempotent.
14 years ago
Michael DeHaan d86dad76ba Be more flexible about where the service binary lives for better cross platform support.
14 years ago
Jeroen Hoekx 12d01a3444 Fix except statement in template module.
14 years ago
Michael DeHaan 81e3496037 Added preliminary support for --sudo to ansible, playbook support and further testing pending.
14 years ago
Michael DeHaan a05b75dbbb Merge pull request #101 from sfromm/user-module
14 years ago
Michael DeHaan 13df76d3d5 Merge pull request #100 from sfromm/group-module
14 years ago
Christopher Johnston 509c330f53 add support for running and started - both will do the same thing
14 years ago
Stephen Fromm a379d58cdb Drop support of group membership in group module
14 years ago
Stephen Fromm 416eb36b9a Update user module to support supplementary group membership
14 years ago
Stephen Fromm db677954ac Add group module to manage groups and group membership
14 years ago
Stephen Fromm 8592b3b40d Update user module to support group name
14 years ago
Seth Vidal 37f599efc3 make sure latest outputs an error if the thing you've listed as 'latest'
14 years ago
Seth Vidal 1d04ec89b7 fix up latest so it behaves like latest should
14 years ago
Seth Vidal a27be2651c make yum module work with older yum for rhel5 :(
14 years ago
Matthew Williams 3046f743d9 removed hack
14 years ago
Matthew Williams bf0f3eac1f catch jinja template errors in template module
14 years ago
Matthew Williams 9d9e3d8c56 resetting template.. previous commit not needed
14 years ago
Matthew Williams d9a464ee9d added format_advanced jinja filter to template module
14 years ago
Matthew Williams e2deb94e73 trimmed superfluous code from apt module
14 years ago
Matthew Williams e85355f054 cleaned up apt module style
14 years ago
Matthew Williams 90ba14d60e preliminary apt module
14 years ago
Michael DeHaan 6dda6f12dc Applying callback model to runner, and using that in playbooks, so output can be more immediate in playbooks.
14 years ago
Michael DeHaan b213437bfa Added 'shell' to modules with a note that it doesn't really exist :)
14 years ago
Michael DeHaan 6aa10691c1 Merge pull request #93 from sfromm/user-module
14 years ago
Stephen Fromm f4835477b0 Add user module to create, modify, and delete user accounts
14 years ago
Michael DeHaan e6406fa5a7 Allow variable expressions to be stored as variables themselves, do some things to allow setup strings
14 years ago
Michael DeHaan a5f4ca50b8 Ratchet up logging a few notches prior to controlling w/ verbosity settings
14 years ago
Michael DeHaan faa59e5ef1 Add the failtest module, primarily for easy development testing purposes. RPMs/etc need not ship this.
14 years ago
Michael DeHaan 60bf82d266 Remove comment about FIXME that is already resolved
14 years ago
Michael DeHaan 311b93995c Add some comments
14 years ago
Michael DeHaan 6874d853c9 Fix changed=True/False detection when specifying mode=
14 years ago
Michael DeHaan 4ad885111b Disable debug
14 years ago
Michael DeHaan 5004d21f10 Return file info about the file regardless of changes made
14 years ago
Michael DeHaan be55145a1e Initial crack at the file module
14 years ago
Michael DeHaan a735dd2b17 Added the 'test-module' script, useful for testing modules without running them in Ansible.
14 years ago
Michael DeHaan 4bde4926c3 Modules don't have to return JSON, key=value pairs is ok.
14 years ago
Michael DeHaan 40fd778e2c 'shell' is a magic module that executes the command module with shell=True
14 years ago