Commit Graph

50 Commits (9350b5ec22ce12605388976a74b23202d00133ba)

Author SHA1 Message Date
Toshio Kuratomi 487e6562ca Fix ziploader for the cornercase of ansible invoking ansible.
* Make ziploader's ansible and ansible.module_utils libraries into
  namespace packages.
* Move __version__ and __author__ from ansible/__init__ to
  ansible/release.py.  This is because namespace packages only load one
  __init__.py.  If that is not the __init__.py with the author and
  version info then those won't be available.
* In ziplaoder, move the version ito ANSIBLE_CONSTANTS.
* Change PluginLoader to properly construct the path to the plugins even
  when namespace packages are present.
8 years ago
James Cammarata 8103793b55 Version bump to 2.2.0 for devel 8 years ago
Abhijit Menon-Sen 22381be253 Bump version in devel now that stable-2.0 has been branched 9 years ago
Toshio Kuratomi f34b55ac2b Add python3-compat boilerplate to all .py files in lib/ansible 9 years ago
James Cammarata 249fd2a7e1 Re-adding submodules after moving things around 9 years ago
James Cammarata ce3ef7f4c1 Making the switch to v2 9 years ago
James Cammarata f6c116a81f Updating version to contain the full major/release 9 years ago
James Cammarata 5150d83d01 Fixing the version in lib/ 9 years ago
James Cammarata 75d05168e6 Bumping files for 1.9 10 years ago
James Cammarata d134b8a83c Version bump for 1.8 10 years ago
James Cammarata 56d070afa8 Version bump for 1.7 10 years ago
Michael DeHaan 9d01d88a57 Bump versions on the devel branch (devel branch version is 1.6) 10 years ago
Michael DeHaan 10350d1639 Update various copyrights. Not complete, but sufficient. 11 years ago
James Tanner 9b991b9154 Version bump for 1.5 11 years ago
Michael DeHaan 1f0eb32846 Update 1.4 specfile -- no need for node fireball package, release dates 11 years ago
Michael DeHaan 404b082d82 Version bump and assorted things to start new development version. 11 years ago
Michael DeHaan aa4ad80bda Update release version. 11 years ago
Michael DeHaan 318e3302fb Fix up some version related things on the devel branch. 12 years ago
Dag Wieers c65c00cb34 Updated ansible version to align with RPM package 12 years ago
Michael DeHaan 5890a2a9da Release stuff 12 years ago
Michael DeHaan 9afb7c1ed0 Get ready to release 0.9 12 years ago
Michael DeHaan 5bdc16338e Release version bump for 0.9 (development branch) 12 years ago
Michael DeHaan 975c323e39 Release version bump 12 years ago
Michael DeHaan fd265b40b7 Release bump 12 years ago
Michael DeHaan a490213d45 Release bump to start development on 0.6 12 years ago
Michael DeHaan ecb944892d Tweaks on previous refactoring of playbook, version bump a 0.4 reference, remove some debug, etc 12 years ago
Michael DeHaan 7de90c4e64 Version bump for integration branch (soon to be renamed 'devel'), didn't update package
changelogs yet since this isn't released yet (but 0.3 is)
12 years ago
Michael DeHaan 4d62510997 Version bump for 0.3 release 12 years ago
Rafal Lewczuk a87c77958c clean exec bits from lib/ansible/*.py, ignore Eclipse/PyDev files 12 years ago
John Eckersberg 5aad4bacc7 Bump release to 0.0.2 12 years ago
Tim Bielawa 95502c3089 Adding version and author to ansible init. 12 years ago
Michael DeHaan 3ad9db4966 Some minor from 'pep8', and silencing the PEP8 messages I don't care about.
Also make pep8 show all messages rather than just 1 per code.
12 years ago
Michael DeHaan be4cb64c92 Relicensing to GPLv3, all previous committers ok'd on mailing list. 13 years ago
Michael DeHaan d079c8e5f3 Move runner out of __init__.py so it's clear what classes live where. 13 years ago
Michael DeHaan 6eda2cf383 Added initial stub for where playbooks will go, moved to common
constants file so as to not repeat constants between CLI and lib.
13 years ago
Michael DeHaan b2e8084c50 Merge pull request #4 from skvidal/master
adds an option to ask for and store the ssh password from the cli
13 years ago
Seth Vidal 08b45d6da1 add support to prompt for ssh password on the cli 13 years ago
Jeremy Katz 25df80ff58 Use a mktemp'd path for uploading modules 13 years ago
Michael DeHaan bd37864242 Comments and fixup on the dark/contacted code 13 years ago
Michael DeHaan 11f7930038 trim unused modules 13 years ago
Michael DeHaan 7be8d134c9 Rename 'successful' to 'contacted' ... 13 years ago
Michael DeHaan 530e54b3e4 Fix multiprocessing pool usage and remove stackoverflow hack 13 years ago
Michael DeHaan 7ce5db97ed Add explicit calls to close connections 13 years ago
Michael DeHaan e0e98d10ce use readlines on stdout so we'll block on long running commands 13 years ago
Michael DeHaan 7eb2dd2dee Add remote setting to file, update TODO 13 years ago
Michael DeHaan 3da6370a65 use defaults better, improve/fix setup.py 13 years ago
Michael DeHaan 9681e1fa04 Add MIT license headers 13 years ago
Michael DeHaan 3807824c6d Added file copy support w/ readme updates 13 years ago
Michael DeHaan 145a024d7b Split CLI into binscript 13 years ago
Michael DeHaan f31421576b Genesis. 13 years ago