Commit Graph

571 Commits (94de4db928c274b4aa5006530789820c5bb7f5fa)

Author SHA1 Message Date
Michael DeHaan c69c3d6e18 Merge pull request #995 from mattupstate/devel
14 years ago
Daniel Hokka Zakrisson a5d63532d3 Add backup to assemble
14 years ago
Daniel Hokka Zakrisson 2a8b92954f Add backups to lineinfile
14 years ago
Daniel Hokka Zakrisson dfcb9d3c2d Move backup to module_common
14 years ago
willthames 8b8eae7d82 Allow ~ expansion in chdir argument of command module
14 years ago
willthames d4c4a51866 Subversion dest should allow ~ expansion
14 years ago
Michael DeHaan 8f220a4f77 Always pipe stderr in the setup module to avoid JSON interference.
14 years ago
Matt Wright d52f1d969b Use `get_bin_path` properly
14 years ago
Matt Wright a092eadbbb Fix supervisorctl module after merge issue
14 years ago
Michael DeHaan 8e02b165f1 chmod +x
14 years ago
Michael DeHaan b0ac7e07b0 Merge branch 'binpath' of https://github.com/sfromm/ansible into devel
14 years ago
Michael DeHaan a454db5345 Merge pull request #970 from mattupstate/devel
14 years ago
Michael DeHaan 90f051f818 Merge pull request #971 from sfromm/seboolean
14 years ago
Michael DeHaan 092bd8e3da make parameter required
14 years ago
Michael DeHaan 4da4c31dfb Merge pull request #974 from goozbach/add_selinux_module
14 years ago
Derek Carter 2aa760a3fc add selinux module
14 years ago
Stephen Fromm 6742e9c3f4 Add option required=(True|False) to get_bin_path and update modules
14 years ago
Matt Wright b93df1fc60 Update handling of state changes
14 years ago
Matt Wright bdfccbfb34 Move conditional that accounts for variances in distros/versions to work when removing and adding.
14 years ago
Stephen Fromm 97c2e58081 Add seboolean module
14 years ago
Stephen Fromm e5a635672c Migrate remaining modules to use get_bin_path in module_common.py
14 years ago
Stephen Fromm bdb39058ae Migrate apt_repository, group, and supervisorctl to use module.get_bin_path
14 years ago
Daniel Hokka Zakrisson ed8e31d618 Add a lineinfile module
14 years ago
Michael DeHaan d0994cd169 Merge branch 'setup-no-dash-facts' of https://github.com/tima/ansible into devel
14 years ago
Matt Wright a82928e7dc fix bug in supervisorctl module
14 years ago
Timothy Appnel 8c32aefc80 Replace - with _ in setup module key names to avoid variable access problems reported in #954
14 years ago
Michael DeHaan f9e9753141 Remove obsolete comment
14 years ago
Michael DeHaan d7eed66a06 Merge pull request #951 from gottwald/devel-git-sudo-fix
14 years ago
Ingo Gottwald 30fdd56560 Added cwd to tempdir in git clone method. Fixes usage with sudo.
14 years ago
Tim Bielawa 6b73907811 Change from a module config file to brute force locating the nagios configs so we can find the command file.
14 years ago
Tim Bielawa 98d3e2bfc8 Nagios is executable now
14 years ago
Tim Bielawa 8b8aaa7f76 Fix copying that special character
14 years ago
Tim Bielawa da2665bcd2 In-line docs.
14 years ago
Tim Bielawa 9829033a8a Now reading from a config file actually works.
14 years ago
Tim Bielawa 62ffeb93a5 Services iterate correctly now
14 years ago
Tim Bielawa 5d41fffa00 Groundwork for nagios module.
14 years ago
Florian Diebold 886fed5ae7 Remove ternary operator to fix python 2.4 compatibility.
14 years ago
Florian Diebold af17bab373 Support systemd in the service module.
14 years ago
Michael DeHaan 4816644b22 Merge pull request #937 from jhoekx/wait-state
14 years ago
Michael DeHaan 165f4b514d Merge pull request #938 from skvidal/devel
14 years ago
Maxim Burgerhout 3d44de284a Add working CPU model fact for some ARM devices
14 years ago
Jeroen Hoekx 81c9a0cb78 wait_for: remove restarted, add delay, rename name to host, make port required.
14 years ago
Jeroen Hoekx 18d5c875d0 Change wait_for return message to be machine readable.
14 years ago
Seth Vidal 5dbc85e8ad fix up local_nvra
14 years ago
Jeroen Hoekx 5ba34572d9 Add a state parameter to the wait_for module.
14 years ago
Michael DeHaan 150a47c66c Merge pull request #922 from dsummersl/subversion
14 years ago
Michael DeHaan b3b607ff5e Merge pull request #931 from elventear/postgresql_db
14 years ago
Michael DeHaan 7341ed241e Merge pull request #924 from elventear/postgresql_user
14 years ago
Jeroen Hoekx 8660fb074a Add the wait_for module.
14 years ago
Dane Summers 71cff25254 added force option to git - made both subversion and git default to force=true for backward compatibility with git's previous behavior
14 years ago
Dane Summers 6dd6a4c534 tested library - fixed several test cases, added 'force' option, and removed grep requirement
14 years ago
Pepe Barbe fdaf65282b bugfix in sql query
14 years ago
Pepe Barbe fdbc99dc28 Check for database ownership
14 years ago
Pepe Barbe 6d473df324 Typo
14 years ago
Pepe Barbe af5d67c496 Query for all active privileges instead
14 years ago
Pepe Barbe 95169b75c4 Add fail_on_user option
14 years ago
Pepe Barbe 4e833cf506 Initial commit of change of semantics for module
14 years ago
Dane Summers 24c8c22e75 removed logger, removed superfluous mkdir
14 years ago
Dane Summers 157fa3868a added TODO for test scenarios to add
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
Dane Summers 19686d549c support for subversion repositories
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