Commit Graph

462 Commits (8660fb074a82e816d8cecbd4e702e01fd8558f4c)

Author SHA1 Message Date
Jeroen Hoekx 8660fb074a Add the wait_for module.
14 years ago
Dag Wieërs 9d4f70f0ad Handle special files just like normal files
14 years ago
Michael DeHaan 1ae018ce94 Adds a thirsty=yes|no to the get_url module, such that if downloading a large file from the internet you can decide
14 years ago
Tim Bielawa 3d3c8a004e Fix setup module explosion when a route is empty. Closes #909
14 years ago
Michael DeHaan 14c2e8de0c Fix invalid usage or fail_json in apt module
14 years ago
Michael DeHaan 798c35d83e Apt module should accept 'absent', and 'present' like the yum module does.
14 years ago
Michael DeHaan 8eda23f856 tweak service module pattern= logic so ./hacking/test-module does not give false positives
14 years ago
Michael DeHaan bc571ccb55 Merge pull request #902 from sfromm/issue719
14 years ago
Michael DeHaan 2b51cf04c7 Merge pull request #901 from dhozac/setup-ip
14 years ago
Michael DeHaan 705057b9a6 Merge pull request #900 from lorin/pip-venv-bug
14 years ago
Michael DeHaan 229ab1582a Merge pull request #898 from elventear/postgresql_user_py24
14 years ago
Stephen Fromm 18f0302de8 Add pattern option to service module
14 years ago
Daniel Hokka Zakrisson 121341833a Work with tun and p2p interfaces
14 years ago
Lorin Hochstein 8223d3ee3f Retrieve pip path after creating virtualenv
14 years ago
Pepe Barbe 3dd2c0700f Syntax change to make module compatible with Python 2.4
14 years ago
Lorin Hochstein 8af3403f65 Return both stdout and stderr on pip failures.
14 years ago
Michael DeHaan c93df29249 Make a more logical error when the command/shell module is used with no arguments.
14 years ago
Sundar Raman 3aff9396e8 (Re #882) Handle errors in get_interfaces
14 years ago
Jeremy Penner 09d5812cbb Make easy_install module actually work.
14 years ago
Michael DeHaan ded0c61750 meaningless whitespace changes
14 years ago
Michael DeHaan de4b8dc53a Can use fail JSON here, remove debug statement
14 years ago
Michael DeHaan 58c975d621 Fix aliases, package not found is not an error
14 years ago
Michael DeHaan 07fd96acc9 Merge branch 'devel' of https://github.com/skvidal/ansible into devel
14 years ago
Michael DeHaan 731adc0eaf Merge pull request #866 from akhayyat/devel
14 years ago
Michael DeHaan a2a8cfe099 Merge pull request #876 from elventear/postgresql_fix
14 years ago
Pepe Barbe 7dcd1bd223 Autocommit support for psycopg2 < 2.4.2
14 years ago
Pepe Barbe 95fc5dd4a8 Fix using postgres default values
14 years ago
Seth Vidal 3175eacfc4 fixes to yum module
14 years ago
Seth Vidal 14479e6adc cover all of the edge cases with and without yum-utils installed.
14 years ago
Seth Vidal 2e3926d13f subprocess is already imported in module_common - no need for it here
14 years ago
Daniel Hokka Zakrisson ae964b97c4 Fix spelling of architecture for non-x86
14 years ago
Ahmad Khayyat c96c51a534 setup: add type and default_ipv{4,6} to linux network facts
14 years ago
Michael DeHaan 7ab0d60b1a update config code
14 years ago
Michael DeHaan 3b259ef5f6 Merge pull request #859 from zecrazytux/bugfix/apt_repository
14 years ago
Michael DeHaan e29ee9db2b Merge pull request #860 from goozbach/broken_mount
14 years ago
Pepe Barbe bce1d4da53 Use Python 2.4 compatible syntax
14 years ago
Derek Carter 556593bb18 fixed missing module argument for mount module
14 years ago
Sebastien Bocahu d95eddceb1 Quote the repository string when appending it to the command line in the apt_repository module.
14 years ago
Sebastien Bocahu 3e9bcd351d Add support for Debian in apt_repository
14 years ago
Sebastien Bocahu df269c72c1 Fixed scoping issue in apt_repository module.
14 years ago
Stephen Fromm c4ce5f9497 Try to find ip command in either /sbin or /usr/sbin
14 years ago
Stephen Fromm 84028c2339 Tweak invocation of ip in LinuxNetwork
14 years ago
Michael DeHaan 75bbd73173 Fix indentation
14 years ago
Michael DeHaan 67301c1015 rename variable 'pkg' in yum module such that the auto-handled error messages use the same key.
14 years ago
Michael DeHaan 1e4d45af1e Add module common code to allow it to be easier to indicate whether arguments are mutually exclusive, required in conjunction, or whether one of a list of arguments is required. This simplifies writing Python modules.
14 years ago
Michael DeHaan e9c9d8f523 tweak config mode check to just have a default
14 years ago
Michael DeHaan 477ca2ed1a Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library
14 years ago
Michael DeHaan e0765be1ea Merge pull request #850 from akhayyat/virt-facts
14 years ago
Michael DeHaan 32922e404b Don't include local addresses in the all_ipv4/6 list
14 years ago
Ahmad Khayyat 916fcdb93b Add openvz detection to virtualization facts, and some cleanup
14 years ago