Commit Graph

2015 Commits (db22e2c7aa031bf2802b09b985e711fb1f34b8e7)

Author SHA1 Message Date
Brian Coca db22e2c7aa corrected absent example
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
13 years ago
Brian Coca 0c7add6951 initial draft acl module
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
13 years ago
Michael DeHaan efaaaa6c79 Merge pull request #3551 from sfromm/issue3543
Update stat module to handle symlinks
13 years ago
Michael DeHaan 32d5038d72 Don't add --version HEAD parameter is already HEAD, some versions of git don't like this. 13 years ago
Michael DeHaan d6449711ae Revert "Added an elb_region parameter for interacting with the ec2 elastic load balancer to work with regions other than us-east-1"
This reverts commit 1264a5b47d.
13 years ago
Ian O Connell 1264a5b47d Added an elb_region parameter for interacting with the ec2 elastic load balancer to work with regions other than us-east-1 13 years ago
Michael DeHaan f4b1e426ea Merge pull request #3379 from serenecloud/devel
Return a friendly error message if aptitude isn't installed
13 years ago
Michael DeHaan 6aa1ecbc30 Merge pull request #3493 from eest/openbsd_pkg-fixes
openbsd_pkg corner case fixes
13 years ago
Michael DeHaan 0bd8935899 Merge pull request #3515 from neomantra/apt_repository
apt_repository: enhance documentation
13 years ago
Michael DeHaan 5d5d579eca Legacy variable usage. 13 years ago
Michael DeHaan 0fe680d43f Trim legacy variable usage. 13 years ago
Michael DeHaan a5e4567c4c Remove legacy variable usage. 13 years ago
Michael DeHaan 1ff8c78f26 Removing legacy variable usage. 13 years ago
Michael DeHaan 764504b578 Legacy variable usage removed. 13 years ago
Michael DeHaan 131c8489d4 Legacy variable usage removed 13 years ago
Michael DeHaan c931675520 Trim old style var references. 13 years ago
Michael DeHaan 86ddbb224b Trim old style var references 13 years ago
Michael DeHaan 20fa22b631 Merge pull request #3523 from jpmens/mysql1
mysql_db small fix to docs
13 years ago
Michael DeHaan c11e96928a Merge pull request #3578 from jlaska/git_branch
(git module) Resolve incompatability between depth and version
13 years ago
Florian Tham ceff31241b fix fatal error when removing logical volumes 13 years ago
James Laska 95a22338a2 Resolve incompatability between depth and version
Git is unable to checkout the specified `version` when the repository is
cloned with a reduced history (`depth`).  However, if the repository is
already cloned, subsequent git module calls will update the repository
(default update=True), then properly checkout the specified `version`.
To allow the initial call to properly clone the specified `version`, at
the specified `depth`, this patch adds the `--branch` parameter when
cloning the repository.
13 years ago
Andrew Todd e477d993dd Changed shebangs that use /usr/bin/env to use /usr/bin/python and therefore be compatible with the ansible_python_interpreter variable. 13 years ago
Stephen Fromm 2af6510ded Update stat module to handle symlinks
Add follow parameter to stat module that controls whether to follow
symlinks.  It defaults to no.
This then calls os.stat or os.lstat based on the value of follow.
Add lnk_source key/value pair if path is a symlink and follow=no.
Drop the statement that sets isdir=False and islnk=True when path is a
symlink that points to a directory.
13 years ago
Antti Rasinen 7b8f24adda Make zfs set_property accept values with embedded spaces
Converting the argument list to a string with ' '.join causes
the shell interpreter to misparse spaces in property values.
Since the zfs command does not need shell anywhere, using
a list instead of a string works just as well with run_command. 

Fixes #3545.
13 years ago
Antti Rasinen 7670572578 Fix zfs property parsing
Current property parser breaks when values contain spaces. Since
zfs get -H returns tab separated lines,  it is better to explicitly
split on tabs than on whitespace.
13 years ago
Michael DeHaan fa9635478b Fixing your YAML Seth :) 13 years ago
trbs 38b6087495 fix missing json module for issue #3363 print JSON error as string instead 13 years ago
Brian Coca 80b9b01e97 now won't throw exception if we don't have permission to stat a mtab
entry on linux (weird chromebook issue)
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
13 years ago
Jan-Piet Mens c4189dfd3c mysql_db small fix to docs 13 years ago
Seth Vidal 81940c8b11 add examples for yum: state=latest name=* 13 years ago
Seth Vidal 7216a2b169 add a '*' option for name to state=latest to do a global update 13 years ago
Evan Wies 01fc2b61dc apt_repository: enhance documentation 13 years ago
Michael DeHaan 27fcfe9cac Merge pull request #3508 from ipauldev/devel
Allow check mode when gathering ec2 facts
13 years ago
Michael DeHaan 8fe15f0a30 Merge pull request #3426 from trbs/services_sleep_option
sleep option for service module which adds a pauze between stopping and ...
13 years ago
Michael DeHaan 2631823b8b Merge pull request #3425 from jpmens/stat1
files/stat: add pw_name and md5 sum to stat, and add meaningful? example
13 years ago
Michael DeHaan 80bbd6a0bf Merge pull request #3510 from echohead/quantum-typo
Correct typo in error message.
13 years ago
Tim Miller 84f6192c34 Correct typo of 'quantun' in error message. 13 years ago
ipauldev 5656e9d66e Allow check mode when gathering ec2 facts 13 years ago
Michael DeHaan 4971736660 Merge pull request #3501 from cristobalrosa/devel
Devel
13 years ago
Michael DeHaan 9990688fd1 Merge pull request #3453 from jsmartin/cleanup
Fixed #3433. Using get_bin_path, removed uneeded imports, "module" is in...
13 years ago
Michael DeHaan aacf81da59 Merge pull request #3488 from weltenwort/devel
Use the force=yes option for apt upgrade actions
13 years ago
Michael DeHaan 3a84254f6d Merge pull request #3496 from johanwiren/bsd-ipv6-facts
Fix for populating default_ipv6 on BSD systems
13 years ago
Michael DeHaan d1398594ce Merge pull request #3497 from johanwiren/bsd-gateway
Updated setup module to collect gateway fact for BSD systems
13 years ago
Michael DeHaan 952760c605 Merge pull request #3388 from bcoca/fixed_user_create_doc
updated module docs to reflect 'correct' on_create vs on_creation
13 years ago
Michael DeHaan f8c7a3c654 Merge pull request #3406 from podollb/devel
fixing small mis-spelling
13 years ago
Michael DeHaan 0fd7864482 Merge pull request #3432 from jlund/hg-spelling
Fix some minor spelling mistakes in the hg module documentation
13 years ago
Michael DeHaan d6d9e804d3 Merge pull request #3480 from j2sol/fail_doc
Update fail docs for new syntax
13 years ago
Johan Wirén 1c247c9eb4 Updated GenericBsdIfconfigNetwork to collect gateway 13 years ago
Johan Wirén 10e9194744 Fix for populating default_ipv6 on BSD systems 13 years ago
Joshua Lund cc275ca2be Added a new with_file example to the authorized_key documentation 13 years ago