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

  • 1e5d34ba35 Add selinux support to file module Stephen Fromm 2012-04-12 10:33:10 -0700
  • 08c593bee1 Warn if no hosts matched Michael DeHaan 2012-04-11 21:05:46 -0400
  • f3489a53cd English error messages if src and dest are left off the copy, template, or fetch modules Michael DeHaan 2012-04-11 20:57:41 -0400
  • ff5d329374 Yum package state defaults to installed Michael DeHaan 2012-04-11 20:47:38 -0400
  • 8152e44efd Also allow the apt module to use package or name as an alias for 'pkg' Michael DeHaan 2012-04-11 20:45:14 -0400
  • b418632a8d Allow yum module to use package or name as an alias for 'pkg' Michael DeHaan 2012-04-11 20:44:15 -0400
  • 529a194950 Upgrade apt message if no python-apt to intercept potential user questions. Michael DeHaan 2012-04-11 20:31:24 -0400
  • b9e3b053f9 Simplify playbook tests so things are not timing dependent in the poll section, which is leading to tests not being consistent between runs, even though there wasn't an error. Now we'll just check the final change counts, which should be just as solid and lead to less churn in the events file. Michael DeHaan 2012-04-11 20:27:17 -0400
  • a0480a1bc5 Block some paramiko warnings that are not relevant. Michael DeHaan 2012-04-11 20:20:55 -0400
  • e103bdda93 Rename test class to match what it is testing Michael DeHaan 2012-04-11 20:16:28 -0400
  • 95e045d153 Remove remote logging as we're going to move this logging to the modules for performance reasons. Michael DeHaan 2012-04-11 20:15:17 -0400
  • 245aa9bf8e Some tweaks to the fetch module. 'err' return was for stderr, so that should be empty string. Some minor code shortening. Added a test to TestRunner. Michael DeHaan 2012-04-11 20:12:01 -0400
  • 62224271e9 Merge pull request #131 from mgwilliams/feature-fetch-module Michael DeHaan 2012-04-11 16:55:51 -0700
  • 40fc9a3249 Update playbook to be transport aware Stephen Fromm 2012-04-11 09:39:04 -0700
  • b506567c37 Update ansible.1 manpage for option -c, --connection Stephen Fromm 2012-04-11 09:32:29 -0700
  • 31d3f52b28 fetch to host specific directory Matthew Williams 2012-04-11 09:14:10 -0700
  • 611e3fec4c fetch 'module' -- working with paramiko and local connections Matthew Williams 2012-04-10 20:19:23 -0700
  • 51e4faf7aa Update test file -- we probably should not include the poll as the number of polls is changing between test runs (that's ok, it's not intended to be realtime accurate) Michael DeHaan 2012-04-10 21:17:02 -0400
  • 4c75b7f3ad Merge commit '8ae71cc' into integration Michael DeHaan 2012-04-10 21:13:01 -0400
  • 1d75a29ec9 Allow variables coming in from the playbook and the API to be expressed as dictionaries throughout their full life cycle such that nested data can be made available in templates and playbooks. Michael DeHaan 2012-04-10 20:58:40 -0400
  • fdee1d3459 Add support to bin/ansible for --connection option Stephen Fromm 2012-04-10 16:28:43 -0700
  • b5061bb62e Verify that effective uid == remote_user when transport is local Stephen Fromm 2012-04-10 16:27:19 -0700
  • 5d74fedeb9 Update Runner to default to C.DEFAULT_TRANSPORT Stephen Fromm 2012-04-10 16:17:39 -0700
  • 1391481523 Add support for -c, --connection argument to specify connection type Stephen Fromm 2012-04-10 16:13:18 -0700
  • 896f8de446 Add DEFAULT_TRANSPORT and DEFAULT_TRANSPORT_OPTS constants Stephen Fromm 2012-04-10 16:09:20 -0700
  • 9213cf896e Change to transport is local *and* is localhost Stephen Fromm 2012-04-10 13:20:03 -0700
  • 8ae71cc7b1 go back to using a normal optparser to add options instead of the dict interface. Seth Vidal 2012-04-10 13:51:58 -0400
  • 5a4d4bc051 Added usage info to bin/ansible-playbook, now shows options on bare command line. NOTE: bin/ansible outputs usage to stdout, bin/ansible-playbook to stderr. Should they be consistent? Brad Olson 2012-04-10 15:17:25 +0000
  • 74b26da9ac began playbook tweak Brad Olson 2012-04-10 14:45:44 +0000
  • f840c0d167 Wired in Michael's usage string optparse style. Brad Olson 2012-04-09 23:12:05 +0000
  • 6749903e57 Allow explicit request of the local connection. Michael DeHaan 2012-04-07 14:51:00 -0400
  • eed4a2b717 Update tests to use 127.0.0.2 to bypass the smart "use local connection" code, and also to reflect that commands now trigger change events. Michael DeHaan 2012-04-06 12:11:25 -0400
  • da9d4eb29a Merge pull request #123 from sfromm/localconnection Michael DeHaan 2012-04-07 11:41:13 -0700
  • 70a3fab79f Add LocalConnection class to connection.py Stephen Fromm 2012-04-06 16:38:27 -0700
  • bef07194c0 Update docs Michael DeHaan 2012-04-06 11:41:18 -0400
  • 38c7f1db4d Added 'creates=filename' to the shell/command module, which can skip command execution if a file already exists Michael DeHaan 2012-04-06 11:16:53 -0400
  • 7b9856bc0e Modification on top of skvidal's common options patch to keep options to command line tools sorted. Michael DeHaan 2012-04-06 10:59:15 -0400
  • 8e1f24b822 Amend option descriptions. Michael DeHaan 2012-04-06 10:18:52 -0400
  • 3c64292de5 Merge pull request #106 from skvidal/master Michael DeHaan 2012-04-05 14:17:59 -0700
  • 7e50d170a8 move the bulk of the opt parsing out of ansible/ansible-playbook and into utils for other scripts to use. Seth Vidal 2012-04-05 17:06:23 -0400
  • 254f98bdf5 handle incorrect commands w/o '=' slightly better Seth Vidal 2012-04-05 17:03:36 -0400
  • 2df6399176 make dist be ?dist so if it is not there you don't get any noise Seth Vidal 2012-04-05 13:28:56 -0400
  • 1171da6fcd Update examples page to mention group capabilities aren't all that are listed on the examples page Michael DeHaan 2012-04-04 20:33:00 -0400
  • 9a0e2e338c Docs build Michael DeHaan 2012-04-04 20:31:04 -0400
  • c7f799675d Fix example typo + misc text Michael DeHaan 2012-04-04 20:30:41 -0400
  • 4d4b10309d Merge pull request #41 from mgwilliams/file-module-symlinks Michael DeHaan 2012-04-04 17:27:27 -0700
  • 594b16a78b Merge pull request #114 from jhoekx/module-vars Michael DeHaan 2012-04-04 17:21:46 -0700
  • c1461bc185 Merge pull request #120 from skvidal/master Michael DeHaan 2012-04-04 17:11:04 -0700
  • 66f9a697ed edit comment to reflect real args Seth Vidal 2012-04-04 17:25:02 -0400
  • 8a61794234 add idempotent and ='s separated parameters to virt module to make people happy Seth Vidal 2012-04-04 17:17:29 -0400
  • 9a84e30053 Merge pull request #115 from jeckersb/dist-in-release Michael DeHaan 2012-04-04 12:32:49 -0700
  • 415f4baa15 add virt module for libvirt interaction/support Seth Vidal 2012-04-04 14:30:24 -0400
  • 4a2259bab1 Update spec to include %{dist} in Release John Eckersberg 2012-04-04 10:38:03 -0400
  • ab86726a15 Introduce per task variables and push them to templates. Jeroen Hoekx 2012-04-04 13:38:21 +0200
  • edd5baad8b Refactor _transfer_argsfile to generic string transfer function. Jeroen Hoekx 2012-04-04 13:36:21 +0200
  • 09e690fd7c Indentation error causing forks to not be parallel. Ahem :) Michael DeHaan 2012-04-03 20:20:55 -0400
  • 32f574b24d Merge pull request #113 from mgwilliams/bugfixes-apt-module Michael DeHaan 2012-04-03 17:08:37 -0700
  • 778fe8755f Merge pull request #110 from jhoekx/remote-vars Michael DeHaan 2012-04-03 17:07:00 -0700
  • eae1fdd734 Merge pull request #109 from jeckersb/version-0.0.2 Michael DeHaan 2012-04-03 17:06:09 -0700
  • 3c314143c4 Merge pull request #108 from jeckersb/pep8-fix Michael DeHaan 2012-04-03 17:05:48 -0700
  • c819f1715e apt module bugfix Matthew Williams 2012-04-03 12:44:53 -0700
  • e38ae18627 Always add vars to a play. Jeroen Hoekx 2012-04-03 17:22:45 +0200
  • 82b781925c pep8 fix John Eckersberg 2012-04-03 09:58:00 -0400
  • 5aad4bacc7 Bump release to 0.0.2 John Eckersberg 2012-04-03 09:51:05 -0400
  • 6a1c0ca718 Document playbook command for --extra-vars Michael DeHaan 2012-04-02 21:07:33 -0400
  • fbc48a0d23 Document vars_prompt in playbooks Michael DeHaan 2012-04-02 21:03:46 -0400
  • 02d5e831ce have apt module raise an error if apt cannot be imported Michael DeHaan 2012-04-02 20:54:31 -0400
  • 2cb89c12e3 Add documentation for vars_prompt Michael DeHaan 2012-04-02 20:37:59 -0400
  • 88dab0db2d Add prompts example Michael DeHaan 2012-04-02 20:35:51 -0400
  • f92760de6c If missing state or name or list parameter on yum module, raise error explaining what is up. Michael DeHaan 2012-04-02 20:12:35 -0400
  • 2a2b5ed73c Polling timing change results in need to change events file for tests. Michael DeHaan 2012-04-02 20:10:06 -0400
  • 4792021f47 Fix syntax error in user patch Michael DeHaan 2012-04-02 20:08:40 -0400
  • e5d5b072db Merge remote branch 'public/integration' Michael DeHaan 2012-04-02 20:02:46 -0400
  • 6472105496 Merge pull request #105 from skvidal/master Michael DeHaan 2012-04-02 17:00:36 -0700
  • c2e2a47899 Merge pull request #100 from mgwilliams/file-module-bugs Michael DeHaan 2012-04-02 16:59:55 -0700
  • 105a43a316 Merge pull request #104 from mgwilliams/feature-apt Michael DeHaan 2012-04-02 16:59:28 -0700
  • 17a3ce1278 Merge pull request #102 from mgwilliams/file-symlinks Michael DeHaan 2012-04-02 16:58:58 -0700
  • 59a1ff31db Merge pull request #103 from jeckersb/no-shebang-on-callbacks.py Michael DeHaan 2012-04-02 16:58:41 -0700
  • 2f1f0d44b4 Merge pull request #106 from mgwilliams/honor-hostfile-returncode Michael DeHaan 2012-04-02 16:58:20 -0700
  • 1c5af046c7 Merge pull request #105 from mgwilliams/bug-extra-vars Michael DeHaan 2012-04-02 16:57:44 -0700
  • 461a4e78c2 raise error if executable host file execution fails Matthew Williams 2012-04-02 14:56:09 -0700
  • c742b8eb0b bugfix for extra-vars Matthew Williams 2012-04-02 14:54:23 -0700
  • bcef25f7eb add vars_prompt to playbooks Seth Vidal 2012-04-02 17:46:02 -0400
  • 9fdd7a837e improvements to apt module: state=latest, update-cache=yes|no, purge=yes|no Matthew Williams 2012-04-02 14:42:54 -0700
  • 2dad8cc27c Remove shebang from callbacks.py John Eckersberg 2012-04-02 17:19:05 -0400
  • 04aecdcf34 before we run the actual module/command - emit what that would be to the logs Seth Vidal 2012-04-02 13:29:12 -0400
  • ae38ee0b3f protecting against replacing file or directory with link Matthew Williams 2012-04-01 16:44:08 -0700
  • 25eedcdb43 Merge pull request #104 from skvidal/master Michael DeHaan 2012-04-02 09:52:37 -0700
  • 08163c6251 catch all exceptions and emit sensible errors - if we have a config file error this lets us know about it Seth Vidal 2012-04-02 12:33:46 -0400
  • 04196e20a8 docs for file module -- symbolic links Matthew Williams 2012-04-01 17:03:13 -0700
  • c5a02048d2 file module: mode formatting & directory ownership Matthew Williams 2012-04-01 16:44:08 -0700
  • 24f61f1583 "link" state in file module Matthew Williams 2012-04-01 16:10:23 -0700
  • 5764ccdb0e Eliminate possible race condition in async_wrapper where ansible deletes the argsfile while the module is still kicking off. Should not happen except in modules that are somewhat slow to load and probably can be fixed better than the included sleep, i.e. some IPC communication that the process has launched and is ok to exit. This works pretty well for now though. Michael DeHaan 2012-04-01 02:35:19 -0400
  • 59d2f57d64 Add favicon to pages Michael DeHaan 2012-03-31 22:44:02 -0400
  • 402e3b8934 Add favicon Michael DeHaan 2012-03-31 22:32:31 -0400
  • 94d8ea5ee9 Add speakerdeck link. Michael DeHaan 2012-03-31 22:31:42 -0400
  • a879278713 Update module docs to include new user/group control features, fix formatting on playbooks page. Michael DeHaan 2012-03-31 12:08:28 -0400
  • 2511992659 Surface module debug (-D) to /usr/bin/ansible also Michael DeHaan 2012-03-31 11:45:29 -0400
  • d7e5b390d5 Patch process info. Michael DeHaan 2012-03-31 11:38:06 -0400
  • 96a22b582b Disable ohai test as it's hanging for whatever reason, but doesn't do this in real life. Michael DeHaan 2012-03-31 11:18:26 -0400