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

  • 4a8dc50249 Merge pull request #97 from jhoekx/stderr-logging Michael DeHaan 2012-03-31 08:01:48 -07:00
  • 8d92efa9fc image tweaks Michael DeHaan 2012-03-31 10:48:37 -04:00
  • f7a3b6a537 Update image width Michael DeHaan 2012-03-31 10:46:34 -04:00
  • a7c532e3f9 update architecture diagram, minor format changes Michael DeHaan 2012-03-31 10:43:34 -04:00
  • b4a07fea3b Merge pull request #98 from jhoekx/no-touch-file Michael DeHaan 2012-03-31 05:21:20 -07:00
  • 38a33c54a6 Make copy module idempotent. Jeroen Hoekx 2012-03-31 13:58:15 +02:00
  • ba7d0b8cec Merge pull request #96 from jhoekx/playbook-defaults Michael DeHaan 2012-03-31 04:53:53 -07:00
  • a6b8973938 Change debug flag to D instead of d. Jeroen Hoekx 2012-03-31 12:48:19 +02:00
  • d9a16a3d67 Add --debug option to ansible-playbook. Jeroen Hoekx 2012-03-30 22:25:16 +02:00
  • 74ae4b29ad Add a debug attribute to Runner/Playbook. Jeroen Hoekx 2012-03-30 22:17:16 +02:00
  • fb1a313974 Correct default user and port in playbook. Jeroen Hoekx 2012-03-31 09:11:07 +02:00
  • 6275e57718 pyflakes: Unused import / unused var Michael DeHaan 2012-03-30 23:04:02 -04:00
  • d86dad76ba Be more flexible about where the service binary lives for better cross platform support. Michael DeHaan 2012-03-30 22:57:26 -04:00
  • 9569be8bdb Need for quoting/unquoting problems go away once module_args are all treated as strings throughout. Michael DeHaan 2012-03-30 22:52:38 -04:00
  • 3ded27fe35 Treat module args as strings everywhere to avoid unneccessary shlex and requoting Michael DeHaan 2012-03-30 22:47:58 -04:00
  • f11de2f5c9 --extra-vars option for ansible-playbook Michael DeHaan 2012-03-30 22:28:10 -04:00
  • 337de79cf4 Add sudo/port info to examples, and sudo info to playbooks. Michael DeHaan 2012-03-30 22:10:32 -04:00
  • f316c1b131 Docs build. Michael DeHaan 2012-03-30 22:05:45 -04:00
  • d17cb6a910 only_if actually works in playbooks for handler tasks, remove the note that says otherwise Michael DeHaan 2012-03-30 22:05:15 -04:00
  • 6db87a5018 Minor style fix, update test to match quote fix patch Michael DeHaan 2012-03-30 21:56:10 -04:00
  • ec6f488d1f shell quoting fixes Matthew Williams 2012-03-30 09:18:10 -07:00
  • 99d5796605 support for quotes strings in command module (via posix=False), related fixes to keep other things from breaking Matthew Williams 2012-03-30 09:44:00 -07:00
  • f82cc59d43 Merge pull request #92 from jhoekx/fix-template-exception Michael DeHaan 2012-03-30 04:50:14 -07:00
  • 12d01a3444 Fix except statement in template module. Jeroen Hoekx 2012-03-30 11:46:30 +02:00
  • 2372a3b734 Sudo support operational in both playbooks and main program. Implementation could use some cleanup. Michael DeHaan 2012-03-29 22:58:10 -04:00
  • 81e3496037 Added preliminary support for --sudo to ansible, playbook support and further testing pending. Michael DeHaan 2012-03-29 01:36:29 -04:00
  • 011a0ecbdf Merge pull request #90 from tbielawa/except Michael DeHaan 2012-03-29 11:20:22 -07:00
  • 5261d14aef Fix exception catching for py2.4 Tim Bielawa 2012-03-29 14:19:09 -04:00
  • 72cc99722d sudo tweaks Michael DeHaan 2012-03-28 23:30:31 -04:00
  • 7ae75eb14b Default sudo is false Michael DeHaan 2012-03-28 22:55:59 -04:00
  • c2a6e2f97b Work in progress on sudo, hitting some issues with paramiko saying the connection is closed. Michael DeHaan 2012-03-28 22:51:16 -04:00
  • 7133734d87 Remove debug statements (WIP on sudo) Michael DeHaan 2012-03-28 20:58:34 -04:00
  • 4971101f27 Handler doesn't take this param. Michael DeHaan 2012-03-28 20:33:44 -04:00
  • 706ba9fd9a Add paramiko/pycrypto atfork workaround (can back out later if not useful), tweak error message text per skvidal's suggestion Michael DeHaan 2012-03-28 20:32:04 -04:00
  • b30ddc4520 Expose remote_port option in playbook Michael DeHaan 2012-03-28 19:31:17 -04:00
  • a05b75dbbb Merge pull request #101 from sfromm/user-module Michael DeHaan 2012-03-28 16:24:26 -07:00
  • 13df76d3d5 Merge pull request #100 from sfromm/group-module Michael DeHaan 2012-03-28 16:24:15 -07:00
  • debd6fee68 Merge pull request #99 from chjohnst/master Michael DeHaan 2012-03-28 16:24:02 -07:00
  • 509c330f53 add support for running and started - both will do the same thing Christopher Johnston 2012-03-28 16:06:26 -07:00
  • 68818ad1fe add support for remote ports in playbooks Christopher Johnston 2012-03-28 15:02:50 -07:00
  • c1e223c424 Remove errant option on password modification action Stephen Fromm 2012-03-28 14:50:26 -07:00
  • e851f7542f Update group_commands playbook example Stephen Fromm 2012-03-28 14:32:56 -07:00
  • a379d58cdb Drop support of group membership in group module Stephen Fromm 2012-03-28 14:29:23 -07:00
  • 4ed971574f Update user_commands playbook with supplementary group examples Stephen Fromm 2012-03-28 14:24:13 -07:00
  • 9041ad4d83 just some minor clean up single vs double in getopt parsing Christopher Johnston 2012-03-28 14:17:20 -07:00
  • 416eb36b9a Update user module to support supplementary group membership Stephen Fromm 2012-03-28 14:12:35 -07:00
  • 15e781eb51 add exception check for paramiko if older then 1.7 Christopher Johnston 2012-03-28 14:09:11 -07:00
  • f06ec76fdb add support for using an alternate remote port Christopher Johnston 2012-03-28 14:05:31 -07:00
  • 1a5aa89be8 Attempt to explain reason for project more on the home page. Michael DeHaan 2012-03-26 23:38:52 -04:00
  • ace55c6160 Update user module docs Michael DeHaan 2012-03-26 23:06:14 -04:00
  • 9777653741 Merge remote branch 'origin/master' Michael DeHaan 2012-03-26 23:05:05 -04:00
  • 5c95f6818e Merge pull request #96 from skvidal/master Michael DeHaan 2012-03-27 11:24:30 -07:00
  • fc02992bcd make sure latest outputs an error if the thing you've listed as 'latest' is not there at all or even updateable Seth Vidal 2012-03-27 14:15:48 -04:00
  • 2fe193034c fix up latest so it behaves like latest should if installed and updated available: apply update if not installed and available: install Seth Vidal 2012-03-27 13:58:49 -04:00
  • f9043bf156 make yum module work with older yum for rhel5 :( Seth Vidal 2012-03-27 12:06:21 -04:00
  • b373c6c223 Add playbook to demonstrate use of group module Stephen Fromm 2012-03-27 13:53:40 -07:00
  • db677954ac Add group module to manage groups and group membership Stephen Fromm 2012-03-27 11:10:59 -07:00
  • 8592b3b40d Update user module to support group name Stephen Fromm 2012-03-27 13:43:36 -07:00
  • 37f599efc3 make sure latest outputs an error if the thing you've listed as 'latest' is not there at all or even updateable Seth Vidal 2012-03-27 14:15:48 -04:00
  • 1d04ec89b7 fix up latest so it behaves like latest should if installed and updated available: apply update if not installed and available: install Seth Vidal 2012-03-27 13:58:49 -04:00
  • a27be2651c make yum module work with older yum for rhel5 :( Seth Vidal 2012-03-27 12:06:21 -04:00
  • 85a0709d8f Merge pull request #78 from mgwilliams/master Michael DeHaan 2012-03-27 17:00:49 -07:00
  • 3046f743d9 removed hack Matthew Williams 2012-03-27 11:12:33 -07:00
  • bf0f3eac1f catch jinja template errors in template module Matthew Williams 2012-03-27 11:06:31 -07:00
  • 9d9e3d8c56 resetting template.. previous commit not needed Matthew Williams 2012-03-27 09:10:51 -07:00
  • d9a464ee9d added format_advanced jinja filter to template module Matthew Williams 2012-03-27 08:51:37 -07:00
  • 3f9f8de031 Update packaging WRT AUTHORS.md Michael DeHaan 2012-03-26 22:30:48 -04:00
  • 61446fd6c8 Github maintains a nice contributors list, so remove this here as it's out of date. Michael DeHaan 2012-03-26 22:29:35 -04:00
  • 01e51b120a Recieved quite a few requests to run python via /usr/bin/env, so doing that. Michael DeHaan 2012-03-26 22:07:04 -04:00
  • b1471bf857 Add more comments to the callbacks file Michael DeHaan 2012-03-26 22:05:11 -04:00
  • 95670ce6b5 remove unused function Michael DeHaan 2012-03-26 21:58:28 -04:00
  • f9da7cb180 remove functions that are no longer used Michael DeHaan 2012-03-26 21:56:18 -04:00
  • d7b11e4a10 Allude to apt on the examples page. Michael DeHaan 2012-03-26 21:41:50 -04:00
  • 35d77d0433 Make it an error to try to hit a change handler that doesn't exist Michael DeHaan 2012-03-26 21:31:48 -04:00
  • f693759252 Style fixes from pep8 makefile target Michael DeHaan 2012-03-26 21:25:43 -04:00
  • f074f1c4c4 Fixes from pyflakes Michael DeHaan 2012-03-26 21:23:28 -04:00
  • fc3b1cf973 Merge remote branch 'public/master' Michael DeHaan 2012-03-26 21:19:17 -04:00
  • 35c8750bbb Fix tree view to work with callbacks Michael DeHaan 2012-03-26 21:18:48 -04:00
  • 45a455a805 Make /usr/bin/ansible output realtime and also delete some code! Michael DeHaan 2012-03-26 21:17:11 -04:00
  • 1f565c3d76 add documentation stub for apt, and fix agreement issues caused by Tim's doc ref link fixup. Michael DeHaan 2012-03-26 19:48:32 -04:00
  • 267faf7c90 Merge pull request #75 from mgwilliams/master Michael DeHaan 2012-03-26 16:36:55 -07:00
  • eb67a91c57 Merge remote branch 'public/master' Michael DeHaan 2012-03-26 19:36:03 -04:00
  • aaafd12b59 rm FIXMEs Michael DeHaan 2012-03-26 19:35:53 -04:00
  • e2deb94e73 trimmed superfluous code from apt module Matthew Williams 2012-03-26 13:53:22 -07:00
  • e85355f054 cleaned up apt module style Matthew Williams 2012-03-26 13:48:02 -07:00
  • 90ba14d60e preliminary apt module Matthew Williams 2012-03-26 12:49:13 -07:00
  • 3b950086c7 Merge pull request #73 from jhoekx/include-arguments Michael DeHaan 2012-03-26 11:31:52 -07:00
  • a370261dce Playbook: create one task per include instead of per argument. Jeroen Hoekx 2012-03-26 10:27:03 +02:00
  • 77a6315939 Merge remote branch 'public/master' Michael DeHaan 2012-03-25 19:06:41 -04:00
  • 6dda6f12dc Applying callback model to runner, and using that in playbooks, so output can be more immediate in playbooks. Michael DeHaan 2012-03-25 19:05:27 -04:00
  • d584cdf501 Merge pull request #38 from tbielawa/littlefixes Michael DeHaan 2012-03-24 13:47:36 -07:00
  • 50ce7e0ee1 Merge pull request #70 from tbielawa/manupdate Michael DeHaan 2012-03-24 13:41:29 -07:00
  • 3052d85a6a use capital O. Michael DeHaan 2012-03-24 16:32:16 -04:00
  • ab55fa4266 Revert "Only override the pattern if it is ommitted" Michael DeHaan 2012-03-24 16:21:44 -04:00
  • bb0bf9eef4 Only override the pattern if it is ommitted Michael DeHaan 2012-03-24 16:20:47 -04:00
  • 9df612f007 Add a "-o" override option so hosts not in a playbook can still be managed by a playbook. Michael DeHaan 2012-03-24 16:19:38 -04:00
  • ef632db9f3 Fix cross-document references to 'playbooks' in the modules source. Tim Bielawa 2012-03-23 22:38:29 -04:00
  • 446ba1795a Show when options require arguments in the man pages. Tim Bielawa 2012-03-23 22:29:51 -04:00
  • b213437bfa Added 'shell' to modules with a note that it doesn't really exist :) Michael DeHaan 2012-03-23 21:39:39 -04:00
  • 5a9fe3ac62 Update shell terminal example to reflect need to single quote shell variables. Michael DeHaan 2012-03-23 21:13:51 -04:00