1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Commit graph

  • deb71da91e trim md5sum string so it does not contain the filename Michael DeHaan 2012-02-26 12:10:57 -0500
  • bfd93081ae Have to return the return code on failure, it's a rule! Michael DeHaan 2012-02-25 21:00:51 -0500
  • d308254eae A basic service module with 'ensure' idempotence semantics. Playbook updated to use service module vs command module for restarting. May be some bugs and requires the service to implement 'status' -- and probably some better error handling (i.e. return JSON with "failed" element if failed). Michael DeHaan 2012-02-25 20:27:11 -0500
  • 3c3111c1f3 Add optional hosts parameter to examples to show how we can override the host file in a playbook to load different groups of hosts. Michael DeHaan 2012-02-25 19:56:06 -0500
  • cb90df2377 Allow multiple patterns to specified, just like Func did. Michael DeHaan 2012-02-25 17:22:48 -0500
  • 70ec508ee0 don't check in manpage output file Michael DeHaan 2012-02-25 17:19:12 -0500
  • af74f53230 Merge branch 'master' of github.com:mpdehaan/ansible Michael DeHaan 2012-02-25 17:16:47 -0500
  • 6b433239e6 Update README.md Michael DeHaan 2012-02-25 17:31:23 -0500
  • b44ae0af90 applying indentation patch from skvidal Michael DeHaan 2012-02-25 17:16:23 -0500
  • a5039eec62 Update reporting on playbook runs. Michael DeHaan 2012-02-25 15:21:11 -0500
  • ed97125025 Merge branch 'master' of github.com:mpdehaan/ansible Michael DeHaan 2012-02-25 14:43:22 -0500
  • 79fdc1b6f4 Notifable handlers only run when something is changed. Awesome. Michael DeHaan 2012-02-25 14:42:41 -0500
  • 90eba11f27 Update TODO.md Michael DeHaan 2012-02-25 14:01:05 -0500
  • de80166b6d Misc refactoring, updated TODO to reflect new templating features being completed Michael DeHaan 2012-02-05 13:25:10 -0500
  • ba9468266f Can it get an easier? Yes it can! Further simply playbook format. Michael DeHaan 2012-02-05 13:05:09 -0500
  • 6d0fd2bfde Compress the playbook format for readability Michael DeHaan 2012-02-05 12:52:07 -0500
  • b053df4182 Some refactoring of runner.py -- more to come to eliminate repeated code Michael DeHaan 2012-02-05 12:48:52 -0500
  • 6cceaa5f6a Implment copy with an actual minion-side module such that we can get md5sum's and onchange events like Puppet's file providers do. Michael DeHaan 2012-02-24 05:15:28 -0500
  • 440bac4a95 Added remote templating engine using jinja2, see examples/playbook.yml for usage. Cleanup is due in runner.py Michael DeHaan 2012-02-24 04:35:51 -0500
  • 5d6b0280d5 Added stub for template execution, WIP. Michael DeHaan 2012-02-24 03:45:36 -0500
  • 102385e4ad Added a setup module which can be used to place key-value JSON data on the system for use in a later template module. These values could also be used for module-specific config. Michael DeHaan 2012-02-24 03:25:09 -0500
  • 2c5d5a328b Merge pull request #9 from skvidal/master Michael DeHaan 2012-02-25 06:58:32 -0800
  • e61d64307c Grr, markdown. Michael DeHaan 2012-02-25 09:41:30 -0500
  • 635cd6f01e Nope, can't use a form in the README file. Michael DeHaan 2012-02-25 09:40:42 -0500
  • 9b3d2b97a7 Merge branch 'master' of github.com:mpdehaan/ansible Michael DeHaan 2012-02-25 09:39:18 -0500
  • fe02b21a95 Attempt adding google groups signup form to README Michael DeHaan 2012-02-25 09:39:03 -0500
  • 160470bc49 - add match_hosts() method to runner.Runner() Seth Vidal 2012-02-25 01:06:18 -0500
  • edb9683050 touch up the example API code Seth Vidal 2012-02-25 01:00:37 -0500
  • ee95a5b0a4 use shlex.split() instead of split() to keep quoting sane for commands Seth Vidal 2012-02-24 23:35:09 -0500
  • 8d555ff51c Merge remote-tracking branch 'upstream/master' Seth Vidal 2012-02-24 23:28:58 -0500
  • e7bb41ff89 simple logging setup using logger. Seth Vidal 2012-02-24 23:25:30 -0500
  • 0de9f0b28e Added idea about how to do async + timeout in modules Michael DeHaan 2012-02-24 03:04:46 -0500
  • 6bfc275204 update TODO with ideas for playbook and latest plans Michael DeHaan 2012-02-24 02:49:05 -0500
  • e25bb2f888 Upgrade output for playbook runs Michael DeHaan 2012-02-24 02:36:38 -0500
  • ee2fa721f1 Kinda have to pass the host list parameter Michael DeHaan 2012-02-24 02:14:22 -0500
  • 9e931f323c Update ohai module to run on older python clients. Michael DeHaan 2012-02-24 02:05:49 -0500
  • f17c4ca4b2 Added an 'ohai' module. Some weird JSON hackage to get it to work. Michael DeHaan 2012-02-24 02:04:50 -0500
  • c8fe53c4b9 Update README.md to reflect that this is a tool, not just an API. Though the API is important. Michael DeHaan 2012-02-24 01:13:21 -0500
  • b0d2739baa Merge pull request #6 from tbielawa/manpage Michael DeHaan 2012-02-24 17:30:11 -0800
  • f0b0211772 Because everything should have a man page Tim Bielawa 2012-02-24 20:05:05 -0500
  • 4caf9d274b Fix tbielawa email in AUTHORS file Tim Bielawa 2012-02-24 20:07:30 -0500
  • 43f7dee247 Added rough sketch of what I want for playbook support. Debug heavy at the moment as I figure out how logging/output might look. A couple of major TODO features also listed in the file. Michael DeHaan 2012-02-24 01:02:24 -0500
  • 2fc109b47a Credit Tim for last patch. Michael DeHaan 2012-02-23 23:58:40 -0500
  • 767517ac65 Force forks to be an integer when read by command line Michael DeHaan 2012-02-23 23:57:26 -0500
  • 7730341d24 We don't have modules that list when things change just yet. I plan to handle this by having a changed=True/False in the JSON for these modules. Added a note so folks won't think we can only execute shell :) Michael DeHaan 2012-02-23 23:54:16 -0500
  • 0095336a4e Update API docs for runner Michael DeHaan 2012-02-23 23:29:34 -0500
  • d079c8e5f3 Move runner out of __init__.py so it's clear what classes live where. Michael DeHaan 2012-02-23 23:28:58 -0500
  • 6eda2cf383 Added initial stub for where playbooks will go, moved to common constants file so as to not repeat constants between CLI and lib. Michael DeHaan 2012-02-23 23:26:16 -0500
  • be9fdc8ef1 Add Seth to authors file. Michael DeHaan 2012-02-23 23:03:57 -0500
  • b2e8084c50 Merge pull request #4 from skvidal/master Michael DeHaan 2012-02-24 15:27:19 -0800
  • a021020967 Merge pull request #3 from katzj/no-shell Michael DeHaan 2012-02-24 15:26:33 -0800
  • 0ac8e565c2 Merge pull request #2 from katzj/non-root-mktemp Michael DeHaan 2012-02-24 15:26:18 -0800
  • 08b45d6da1 add support to prompt for ssh password on the cli Seth Vidal 2012-02-24 18:13:11 -0500
  • 24e10dc2e8 Don't use a shell and thus avoid a whole class of problems Jeremy Katz 2012-02-24 16:10:53 -0500
  • 25df80ff58 Use a mktemp'd path for uploading modules Jeremy Katz 2012-02-23 21:01:02 -0500
  • bd37864242 Comments and fixup on the dark/contacted code Michael DeHaan 2012-02-23 23:00:37 -0500
  • 11f7930038 trim unused modules Michael DeHaan 2012-02-23 22:54:01 -0500
  • 4a891b4108 Merge branch 'master' of github.com:mpdehaan/ansible Michael DeHaan 2012-02-23 22:50:45 -0500
  • 659c0efd72 Add authors file to list contributors Michael DeHaan 2012-02-23 22:50:25 -0500
  • 6bebedd7eb Merge pull request #1 from katzj/centos5-simplejson Michael DeHaan 2012-02-23 19:47:51 -0800
  • 7be8d134c9 Rename 'successful' to 'contacted' ... Michael DeHaan 2012-02-23 22:47:03 -0500
  • 530e54b3e4 Fix multiprocessing pool usage and remove stackoverflow hack Michael DeHaan 2012-02-23 22:38:51 -0500
  • 4608a93de5 Added docs on split success/failure structures Michael DeHaan 2012-02-23 22:24:56 -0500
  • 7ce5db97ed Add explicit calls to close connections Michael DeHaan 2012-02-23 22:10:34 -0500
  • e0e98d10ce use readlines on stdout so we'll block on long running commands Michael DeHaan 2012-02-23 22:09:23 -0500
  • 7eb2dd2dee Add remote setting to file, update TODO Michael DeHaan 2012-02-23 22:04:09 -0500
  • 03647d64e9 Update docs, added TODO.md Michael DeHaan 2012-02-23 21:47:31 -0500
  • 3da6370a65 use defaults better, improve/fix setup.py Michael DeHaan 2012-02-23 21:37:39 -0500
  • 2c873a4467 Adding setup.py Michael DeHaan 2012-02-23 21:07:03 -0500
  • ef8ea13495 Fall back to standalone simplejson module Jeremy Katz 2012-02-23 20:51:29 -0500
  • 9681e1fa04 Add MIT license headers Michael DeHaan 2012-02-23 19:42:05 -0500
  • cb7fb52736 Added copy to list of modules, though it's not really a true module. Added more idea notes. Michael DeHaan 2012-02-23 17:38:49 -0500
  • a2a8deaeaa Added command module Michael DeHaan 2012-02-23 17:19:06 -0500
  • f4fca1069a doc updates Michael DeHaan 2012-02-23 16:32:58 -0500
  • 3807824c6d Added file copy support w/ readme updates Michael DeHaan 2012-02-23 16:07:10 -0500
  • 83d15afc6f readme updates Michael DeHaan 2012-02-23 15:31:35 -0500
  • 631ac37843 Example facter module. Look how quick that was. Michael DeHaan 2012-02-23 15:24:24 -0500
  • 145a024d7b Split CLI into binscript Michael DeHaan 2012-02-23 14:56:14 -0500
  • 288ce6b32e Further readme tweaks Michael DeHaan 2012-02-23 14:40:17 -0500
  • 5170a9fe2c Readme edits Michael DeHaan 2012-02-23 14:28:39 -0500
  • 381b3c971a Example for list of hosts syntax Michael DeHaan 2012-02-23 14:20:28 -0500
  • b9426ef99a Add SSH-agent usage instructions Michael DeHaan 2012-02-23 14:19:28 -0500
  • c4f6d493b3 Initial library directory Michael DeHaan 2012-02-23 14:18:51 -0500
  • f31421576b Genesis. Michael DeHaan 2012-02-23 14:17:24 -0500