Richard C Isaacson
106a0fc8fd
Merge remote-tracking branch 'jeromew/ansible_script_creates' into issues_4986
11 years ago
Lukáš Lalinský
a71cabdb50
Don't require pycurl in apt_repository when it's not actually needed
11 years ago
Scott Patten
505fde72b0
In the route53 module, documenting that TXT and SPF requests
...
must be surrounded by quotes.
Otherwise you get a cryptic error message from Route 53.
11 years ago
Gianluca Borello
0ebbd6e754
Make sure droplet deletion works even when idempotency is achieved using 'name' and 'unique_name' rather than 'id'
11 years ago
James Cammarata
d80b9ac137
Adding the backup destination to the resut dictionary for lineinfile
11 years ago
Matt Jeffery
6cfa724472
Normalise the module name when comparing against the module names in /proc/modules.
11 years ago
Daniel Jaouen
9e8e510667
Update homebrew documentation.
11 years ago
Daniel Jaouen
1b2d63e33c
Add back homebrew `install_options` parameter.
11 years ago
Daniel Jaouen
d49602a9f8
Update homebrew documentation.
11 years ago
Daniel Jaouen
9c2530545f
Fix homebrew linked/unlinked output.
11 years ago
Daniel Jaouen
4d1a94eb18
Fix linked/unlinked states.
11 years ago
Daniel Jaouen
bea496b47c
Update homebrew module.
11 years ago
Daniel Jaouen
fe362b79fd
homebrew_cask: check err instead of out for "nothing to list".
11 years ago
Daniel Jaouen
fb526e1afb
homebrew_cask: return False instead of True when nothing to list.
11 years ago
Daniel Jaouen
c9b8877cc6
Handle homebrew_cask "nothing to list" corner case.
11 years ago
Daniel Jaouen
fe5b96a432
Add module homebrew_cask
11 years ago
Michael DeHaan
54eeac3696
Merge pull request #6066 from jsmartin/riak_module_fix
...
Properly fetching the riak version
11 years ago
James Laska
306255d808
Resolves issue#6067 by allowing exact_count=0
11 years ago
muffl0n
68bef304c8
already call expanduser in action_plugin
11 years ago
James Martin
e312b0e5bf
Properly fetching the riak version, and properly setting the python interpreter.
11 years ago
Jan-Piet Mens
0226e98dbf
module update: mqtt notification now uses Paho as mosquitto.py being deprecated
11 years ago
C. Morgan Hamill
c29f2fb888
Add 'vgoptions' parameter to lvg module.
...
Allows specifying extra flags to pass to `vgcreate`.
11 years ago
Michael DeHaan
62f8ebe51e
Merge pull request #6036 from mxxcon/patch-1
...
docs_pull_request: Add parameters highlighting
11 years ago
Michael DeHaan
a1c2712d8e
Merge pull request #6045 from garaden/pypi_mirrors_gone
...
Set use_mirrors default to "no" for the pip module
11 years ago
Michael DeHaan
de6bc2f83b
Merge pull request #6051 from illenseer/devel
...
Fix zfs create command for properties with spaces
11 years ago
Brian Coca
7873591ea0
removed with
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
James Cammarata
5cb6b24546
Merge branch 'devel' of https://github.com/mtpereira/ansible into mtpereira-devel
11 years ago
Matthew Phipps
14fd8ec570
Remove use_mirrors from pip module
...
PyPI moved to a CDN on 2013-05-26, so mirrors are now largely
unnecessary and pip removed the functionality in 1.5. More importantly
(and why I wrote this request): on 2014-02-15 the mirror directory was
taken offline, so mirrors may not work anymore even for pip versions
that support them.
11 years ago
Matthew Phipps
fc4c685d26
pip module wasn't adding -e when using VCS
11 years ago
jeromew
2fcce7e225
Add creates= and removes= to the script: action
11 years ago
Nils Pascal Illenseer
7f40790fc1
Fix zfs create command for properties with spaces
...
If a property value contains one or more spaces, the zfs command will fail.
With value quoted this behavior is fixed.
11 years ago
James Cammarata
a6d92bf4b7
Merge branch 'devel' of https://github.com/calebbrown/ansible into calebbrown-devel
11 years ago
James Cammarata
f1ba67e547
Merge branch 'fix-5679' of https://github.com/jirutka/ansible into jirutka-fix-5679
11 years ago
Richard C Isaacson
cb8c462880
Merge remote-tracking branch 'berendt/fixing_permissions' into pull_4703
11 years ago
James Cammarata
c85b7d868b
Merge branch 'fix-postgres_user_to_understand_pg_namespaces' of https://github.com/alanfairless/ansible into alanfairless-fix-postgres_user_to_understand_pg_namespaces
11 years ago
James Cammarata
a570280b81
Merge branch 'postgres_alter_role' of https://github.com/jinnko/ansible into jinnko-postgres_alter_role
...
Conflicts:
library/database/postgresql_user
11 years ago
mxxcon
544c08a211
docs_pull_request: Add parameters highlighting
...
Added highlighting to parameter references in docs so that they standout a bit better.
11 years ago
Michael DeHaan
77ac23cc26
Document ansible_managed changing the template.
11 years ago
Michael DeHaan
b1e442639f
Some minor docs corrections.
11 years ago
James Cammarata
c1e9b76089
Merge branch 'mohangk-fix_rds_modify_security_group' into devel
11 years ago
James Cammarata
ec5295a515
Merge branch 'fix_rds_modify_security_group' of https://github.com/mohangk/ansible into mohangk-fix_rds_modify_security_group
11 years ago
Bruce Pennypacker
ff41cee78b
Added wait_timeout parameter
11 years ago
Richard Isaacson
f70dcedaed
Merge pull request #6015 from angstwad/docfix
...
Spelling correction.
11 years ago
Richard Isaacson
da1cef71f8
Merge pull request #5645 from resmo/fix/apt_pkg_version
...
apt: fixed pkg=<name>=<version> fails if package is not yet installed.
Tested and it fixes the problem on more recent versions of apt.
11 years ago
Paul Durivage
ae43f8d874
Spelling correction
11 years ago
Amir H. Hajizamani
6470a81ff8
Remove superfluous/invalid quote
...
Allow the example to be copy-pasted with minimal confusion about the error.
11 years ago
Peter Gehres
a9bf607013
Adding better failure output for chkconfig failures rather than
...
just saying that the service name is unknown
11 years ago
Peter Gehres
85d40f0837
Adding the region to the output of the ec2 module's creation of a new instance.
11 years ago
Michael DeHaan
58c445b8a6
Add the start of an integration test structure using Ansible playbooks, also added an assert action plugin to make writing those easier.
11 years ago
James Cammarata
69f1e78b5a
Merge pull request #5998 from jimi-c/issue_3978_boto_ssl_cert_validation
...
Adding 'validate_certs' option to EC2 modules
11 years ago