Commit Graph

12248 Commits (459722899d8dd618cd5bdd2ea11ed0c2810e1d5e)
 

Author SHA1 Message Date
Michael DeHaan 459722899d Update core link 10 years ago
Michael DeHaan ae2d198342 Remove install references to library/ 10 years ago
Michael DeHaan 0354d19f73 Update README.md 10 years ago
Michael DeHaan 56b90390f4 Update README.md 10 years ago
Michael DeHaan bd4011fa5a Merge pull request #9190 from martin-ueding/fix-link-in-rst-template
Fix link in reST template
10 years ago
Michael DeHaan 4eb26c724b Merge pull request #9189 from nmadhok/patch-3
Update intro_configuration.rst
10 years ago
Michael DeHaan f47c2768fe Merge pull request #9187 from nmadhok/patch-1
Update README.md
10 years ago
Michael DeHaan 0e552dbe32 Merge pull request #9188 from nmadhok/patch-2
Doc fix in intro_installation.rst
10 years ago
Michael DeHaan c02e8d8c80 Don't search powershell modules unless using the winrm connection. 10 years ago
Michael DeHaan 3908d50b03 Tolerate no module search path. 10 years ago
Michael DeHaan 1b7f7aa597 Adding a stub for responding to new tickets that should be filed in the module repos. 10 years ago
Michael DeHaan 1d17881960 Add module search path to --version output. 10 years ago
Michael DeHaan 91c5890247 Add some helpful detection if core modules are not found for those running on the development branch. 10 years ago
Michael DeHaan 21c3784a43 If submodules are not found, don't error out. 10 years ago
Will Thames 952a36920c Cater for uninitialized submodules
Output a useful message if `git submodule update --init --recursive` not
yet performed

```
$ ansible --version
ansible 1.8 (submodule_ansible_version 59ae596484) last updated 2014/09/28 13:20:51 (GMT +1000)
  lib/ansible/modules/core: (detached HEAD 617a52b20d) last updated 2014/09/28 13:15:25 (GMT +1000)
  lib/ansible/modules/extras:  not found - use git submodule update --init lib/ansible/modules/extras
```
10 years ago
Will Thames d1476aeb01 Updated version info to include submodule information
`ansible --version` etc. now include information about submodules

```
ansible 1.8 (submodule_ansible_version ffee9a8fe0) last updated 2014/09/28 11:03:14 (GMT +1000)
  lib/ansible/modules/core: (ec2_snapshot_remove 3a77c31ecb) last updated 2014/09/27 18:23:31 (GMT +1000)
  lib/ansible/modules/extras: (detached HEAD 110250d344) last updated 2014/09/27 14:33:42 (GMT +1000)
```

Also improved handling of detached HEAD when printing out version
information.
10 years ago
Michael DeHaan 4f44a8ab75 Merge pull request #9185 from willthames/submodule_install_docs
Updated installation instructions for submodules
10 years ago
Martin Ueding dc750e6526 Fix link in reST template
There was a missing trailing underscore (`_`) that would have marked the
content in the backticks as a link. This adds it and fixes the link on
every core module page.
10 years ago
Nitin Madhok f811a0f89a Update intro_configuration.rst 10 years ago
Nitin Madhok 88e08cb54d Doc fix in intro_installation.rst
Missing code block
10 years ago
Nitin Madhok 07287a2eaa Update README.md 10 years ago
Will Thames 3513c9adc1 Updated installation instructions for submodules
Added `--init --recursive` to installation instructions
as per @bcoca's suggestion on ansible-project mailing list
10 years ago
Michael DeHaan ffee9a8fe0 Docsite formatting 10 years ago
Michael DeHaan 7e520c4574 Removing legacy test dir 10 years ago
Michael DeHaan 7f6ab89b5b hacking/env-setup no longer needs to set library since modules appear as git submodules. 10 years ago
Michael DeHaan 16c4c378bd README update 10 years ago
Michael DeHaan e8fe306cef Some various comments about the new repos, more to likely come. 10 years ago
Michael DeHaan bceb0026a5 Updating the module formatter to deal with the new repo structure. 10 years ago
Michael DeHaan e5116d2f9b changes for package loading of modules 10 years ago
Michael DeHaan f35ed8a6c0 Update module test code to avoid pycs (that are not used) 10 years ago
Michael DeHaan 25cc79e2db Modules is a package. 10 years ago
Michael DeHaan 9249d1db28 Add submodules for new core and extras subdirectories of modules, not yet live. 10 years ago
James Cammarata 6af5455edc Default 'smart' connection to paramiko for OSX platforms
Due to the long-standing bug in sshpass, which can crash OSX.

Fixes #5007
10 years ago
James Cammarata cdcbde1cff Fixing version added for the fire/forget check later feature 10 years ago
James Cammarata 1076e73338 Merge branch 'maxamillion-admiller/async_resume' into devel 10 years ago
James Cammarata 21dcfd7192 Adding integration tests for async fire-and-forget checking
Also updated the CHANGELOG for the feature
10 years ago
James Cammarata 8b7e16e4e3 Merge branch 'admiller/async_resume' of https://github.com/maxamillion/ansible into maxamillion-admiller/async_resume 10 years ago
James Cammarata 128c10b311 Don't template 'vars' dictionary during templating
Fixes #9132
10 years ago
James Cammarata 19703617b8 Fix action_plugins for modules not respecting check mode
Fixes #9140
10 years ago
James Cammarata 86edd0381c Adding in docs updates for 1.7.2 release 10 years ago
James Cammarata c4f1785217 Use split_args instead of shlex to split include params
Fixes #8947
10 years ago
James Cammarata 4e9c061b35 Also make sure the dest param is expanded locally before recalculating 10 years ago
James Cammarata e47f6137e5 Push the expanduser call on the source down to slurp rather than fetch
Also moves the calculation of the destination file name until after
the slurp of the file contents, since the source as returned by slurp
may now be different, so we want to use that expanded path locally.

Fixes #8942
10 years ago
James Cammarata 889dfc4374 Merge pull request #8959 from willthames/galaxy_ssh_clone
Allow fairly common ssh repo clone path to work
10 years ago
James Cammarata 12c0378f78 Skip null id route tables when adding/deleting them in ec2_vpc
Fixes #8552
10 years ago
James Cammarata d1037635d6 Merge pull request #9105 from jakubroztocil/devel
Remove unreachable code
10 years ago
James Cammarata 9bcfbc03ef Merge pull request #9102 from stevenringo/devel
Expand description for ec2_facts module
10 years ago
Jakub Roztocil 0073d2dd92 Remove unreachable code. 10 years ago
Steven Ringo e1afaf8d05 Expand description for ec2_facts module 10 years ago
James Cammarata 0d90127aa0 Merge branch 'dmage-devel' into devel 10 years ago