Matt Martz
5d7f67569f
At state for win_msi and add documentation
11 years ago
Matt Martz
13a732e6b9
First pass at win_msi.ps1 msi installer module
11 years ago
Paul Durivage
003448defc
Add memory and IP information to setup
11 years ago
Michael DeHaan
eb33e3e2ef
Slight tweak to windows wording.
11 years ago
Matt Martz
97f4f56286
Add Exit-Json and Fail-Json powershell helper functions
11 years ago
Matt Martz
51a50dee3e
Clean up how we initialize the result psobject
11 years ago
Matt Martz
bf400d3c23
Mention that with windows target hosts, fact_path and filter are not currently supported
11 years ago
Matt Martz
9ca83446a2
A couple of DOCUMENTATION fixes for win_ping and win_stat
11 years ago
Michael DeHaan
e3cc1eaefc
Update windows docs in progress.
11 years ago
Michael DeHaan
618e8dee78
Add doc stubs
11 years ago
Michael DeHaan
e4ff74ebbd
Add a docs stub for the module.
11 years ago
Matt Martz
4f764fd3e7
setup.ps1 willnot support fact_path and filter to start
11 years ago
Michael DeHaan
4991c77479
Remove stubs.
11 years ago
Matt Martz
f92f739366
Need to call ToString Platform to get the string
11 years ago
Michael DeHaan
02caebb08f
Rename some modules so they can have seperate doc stubs.
11 years ago
Matt Martz
09e538f954
Add start for powershell setup module
11 years ago
Matt Martz
fa0943a9b3
Add license header to powersell modules
11 years ago
Matt Martz
a25c441300
Add shared functions to module_utils/powershell.ps1 and refactor powershell modules to utilize the common powershell code
11 years ago
Matt Martz
6cda35e1d3
Use more simple check for existence of member
11 years ago
Matt Martz
14dab9870b
Instantiate psobject directly
11 years ago
Chris Church
5dcaa30476
Add shell_plugins to abstract shell-specific functions out of runner, add winrm connection plugin, add initial Windows modules.
11 years ago
Michael Peters
3f1cf5a98a
This should fix issue #7848
...
We need to catch any InvalidVpcID.NotFound errors and treat them
just like getting back a vpc that's not "available"
11 years ago
James Cammarata
c5fd3008d7
Merge pull request #7836 from trbs/file_symlink_notexists_checkmode
...
OSError in file module for non existing symlink in check mode.
11 years ago
James Cammarata
3929118142
Merge pull request #7829 from bennojoy/asg_policy
...
return properties of the newly created scaling policy
11 years ago
James Cammarata
49fb36ef83
Merge pull request #7827 from willthames/delay_tagging_in_ec2
...
ec2 module: Delay instance tagging to later in the instance creation process
11 years ago
James Cammarata
4b18c46723
Merge branch 'issue_7828_rds_param_group' into devel
11 years ago
trbs
d5fa690aaf
In check mode if a symlink does not exist there is no need to check the ownership properties (which causes an exception)
11 years ago
Benno Joy
d1d96b6b50
return properties of the newly created scaling policy
11 years ago
James Cammarata
ffce57a8f6
Fixing doc typos and adding version_added for tags param in ec2_asg
11 years ago
James Cammarata
42e26987bf
Merge branch 'ec2_asg_info' of https://github.com/dataxu/ansible into dataxu-ec2_asg_info
11 years ago
James Cammarata
853471f14d
Handle integer param values that are calculated values
...
Fixes #7828
11 years ago
willthames
a1aec8dadd
Delay instance tagging to later in the instance creation process
...
Tagging recently created instances can result in
InvalidInstanceID.NotFound errors.
By delaying the tagging until the last part of instance creation,
we should be typically more fortunate (avoiding all such race
conditions might need more work)
11 years ago
James Cammarata
aac194e639
Double check whether the parent directory really exists using stat()
...
Fixes #7760
11 years ago
James Cammarata
5c27273ed4
Merge branch 'unarchive-fix-7777-simple' of https://github.com/toddmowen/ansible into toddmowen-unarchive-fix-7777-simple
11 years ago
James Cammarata
0ab64f3f98
Merge branch 'devel' of https://github.com/ansible/ansible into devel
11 years ago
James Cammarata
3529b1cb33
Merge branch '7763' of https://github.com/rmarchei/ansible into rmarchei-7763
11 years ago
Roberto Migli
ca5f1fcf03
Fixed error in docs
11 years ago
Roberto Migli
7a3c826f0c
Fixed typo in docs
11 years ago
James Cammarata
55724f876d
Merge branch 'lvg_fix' of https://github.com/sergevanginderachter/ansible into sergevanginderachter-lvg_fix
11 years ago
James Cammarata
7dae6b024c
Merge pull request #7814 from scottbrown/bugfix-7811-mysql_import_does_not_perform_dump_existence_check
...
BUGFIX for Issue 7811: Adding file existence check when performing mysql import on...
11 years ago
James Cammarata
b5ea0246b3
Merge pull request #7810 from rivik/lvg_options_fix
...
Set default vg_options to empty string
11 years ago
James Cammarata
8e0c610200
Merge pull request #7808 from joelcrocker/patch-1
...
Updates django_manage so it populates VIRTUAL_ENV
11 years ago
Scott Brown
28c9104ed5
BUGFIX 1178: Adding better existence check in one place. db_import now fails fast if target does not exist b/c no point going further without the target.
11 years ago
Scott Brown
b09a144724
BUGFIX 7811: Adding file existence check when performing mysql import on a .gz or .bz2 file, otherwise Ansible will not notice that the underlying *nix command silently died.
11 years ago
Ilya Rusalowski
9c5ff8c498
Set default vg_options to empty string
11 years ago
James Cammarata
57a2104c40
Merge pull request #7801 from koenpunt/npm-rbenv-exec
...
Allow gem executable to contain spaces
11 years ago
Joel Crocker
3f7934cc04
Updates django_manage so it populates VIRTUAL_ENV
...
Virtualenv's activate script sets the VIRTUAL_ENV environment variable to the path of the virtualenv. Checking this variable is a reasonably common way to verify that execution is happening in a virtualenv. It would be convenient if this module's virtualenv handling set this environment variable.
11 years ago
Koen Punt
d9f9234084
Allow gem executable to contain spaces
...
rbenv has a special exec function which loads the correct ruby version before executing a command.
The syntax for this is `/usr/local/rbenv/bin/rbenv exec gem ...` for example.
But previously when specifying executable='/usr/local/rbenv/bin/rbenv exec gem' this would not work because the string was treated as one executable. This PR fixes that by splitting the executable on spaces.
11 years ago
Ruggero Marchei
e3f5af377f
move get_distribution_version() to basic.py
11 years ago
Koen Punt
2748095a8e
Allow executable to contain spaces
...
NVM has a special script which loads the correct node version before executing a command.
The syntax for this is `/usr/local/nvm/nvm-exec ...`, so `nvm-exec npm list --json` for example.
But previously when specifying `executable='/usr/local/nvm/nvm-exec nvm'` this would not work because the string was treated as one executable.
11 years ago
James Cammarata
cb13b30362
Use file documentation fragement for the copy module
11 years ago
James Cammarata
b7a5ce37a4
Merge pull request #7755 from sivel/rax-asg-normalize-nic
...
module rax_scaling_group: safe normalization of nics
11 years ago
James Cammarata
ddb946beb1
Minor cleanup of openbsd_pkg example comment
11 years ago
James Cammarata
df15990e0c
Merge pull request #7774 from mwpher/devel
...
[openbsd-pkg] Add note regarding package flavors
11 years ago
James Cammarata
d1c9c943cb
Merge pull request #7776 from toddmowen/pkgutil-quote-fix
...
Fix in pkgutil: don't call pipes.quote() on None
11 years ago
James Cammarata
3baed58eed
Merge pull request #7778 from toddmowen/unarchive-detect-error
...
unarchive: improve failure detection and reporting
11 years ago
Todd Owen
43c9edad8a
unarchive: do not assume tar supports -C
...
Fixes #7777
(But don't rewrite the tar invocation in is_unarchived(), since a
tar that supports "--diff" certainly supports "-C" as well).
11 years ago
Todd Owen
a4fe91050b
unarchive: improve failure detection and reporting
...
Related to #7777
11 years ago
Todd Owen
247f70cf5c
Fix in pkgutil: don't call pipes.quote() on None.
...
In this function, 'site' may be None, which will cause an exception
if it is passed to pipes.quote().
11 years ago
Matthew Pherigo
127201559f
[openbsd-pkg] Add note regarding package flavors
...
This adds a note to the openbsd-pkg module which explains how to specify
package flavors as well as how to avoid ambiguity errors on a package
with multiple flavors.
Technically, this is not Ansible-specific, but it's pretty likely the
user will encounter this problem.
11 years ago
Ruggero Marchei
c53c6a507a
use different strategy for RHEL >= 7. Fixes 7763
11 years ago
Brice Leroy
50d8047c6e
Fix task description
11 years ago
Matt Martz
b2d24aba61
Perform safe normalization of nics to use uuid
11 years ago
James Cammarata
1173a8d6af
Catch error in azure related to a failed deployment when creating a vm
11 years ago
James Cammarata
0b8c8b0581
Merge branch 'devel' of https://github.com/matlockx/ansible into matlockx-devel
11 years ago
James Cammarata
d90f0bdfad
Merge branch 'fix-lineinfile-eof-newline' of https://github.com/ahtik/ansible into ahtik-fix-lineinfile-eof-newline
11 years ago
James Cammarata
db4a5c6046
Merge pull request #7741 from mgcrea/devel
...
Add support for Linaro distribution in hostname module
11 years ago
James Cammarata
c548d0fb3b
Merge pull request #7737 from toddmowen/zfs-fix-7696
...
zfs: fix incompatibility - share.nfs vs sharenfs (issue #7696 )
11 years ago
James Cammarata
ccf47577c4
Merge branch 'sivel-rax-autoscale' into devel
11 years ago
Olivier Louvignes
8051e12490
Add support for Linaro distribution in hostname module
11 years ago
Todd Owen
4230a9a462
zfs: work around incompatibility by renaming share.nfs to sharenfs
...
Fixes #7696
11 years ago
rgbkrk
da107d3f0c
Error checking and reporting on interface ufw rule
11 years ago
Aleksey Khudyakov
6865ffe93c
Escape backslash in assemble module docs
11 years ago
James Cammarata
917ad8da72
Merge pull request #7687 from ryanpetrello/devel
...
Fix neutron floating IP allocation for networks w/ multiple subnets
11 years ago
James Cammarata
07e10fb9ff
Merge branch 'rax-autoscale' of https://github.com/sivel/ansible into sivel-rax-autoscale
11 years ago
Paul Myjavec
074a6f3e3e
Docker links and required alias
...
If no alias is passed one will now be created for you with the same name
as the target link container, as per the documentation
11 years ago
James Cammarata
8e3b512293
Merge pull request #7377 from mikhailguru/devel
...
Fixed handling of paths containing whitespaces in the synchronize module
11 years ago
Brad Pitcher
73a92d3621
use the full list of available campfire sounds
...
From the list found [here](http://www.emoji-cheat-sheet.com/ )
11 years ago
James Cammarata
0073b34653
Merge pull request #7259 from darKoram/nova_keypair_check_keys
...
nova_keypair should fail if 'name' of key exists in keystore, but ssh hash value != public_key offered
11 years ago
James Cammarata
150a2346c1
Merge pull request #7238 from willthames/ec2_snapshot_argument_spec
...
Improve the ec2_snapshot argument spec and docs
11 years ago
Ron Gomes
bcf3e29e14
Fix incorrect argument ordering in error message, which provokes a
...
printf-related TypeError.
11 years ago
Matt Ferrante
3e875c7867
ec2_asg module enhancements
...
- Added a more verbose response
- includes its settable attributes and a list of its instances.
- allows setting of tags, changes upon which mark the task changed
- allow getting of information from asg module, not just setting
- doesn't mark changed if the parameter wasn't specified
- Availability Zones are pulled from the region
11 years ago
Ahti Kitsik
1caf9be109
Bugfix to lineinfile to properly handle files with no newline at EOF when using insertafter=EOF.
...
Looks like #6881 is also affected by this bug.
Currently when using lineinfile insertafter=EOF for a file that has no newline then the added line is not prefixed with a newline.
As a concrete example, ubuntu distro default /etc/ssh/sshd_config has no newline so lineinfile module cannot be used to add a new line to the end of the file.
11 years ago
James Cammarata
61325f5817
Cleaning up svr4pkg commit fix for #7645
11 years ago
James Cammarata
19d6f4d177
Merge branch '7645' of https://github.com/kcghost/ansible into kcghost-7645
11 years ago
James Cammarata
989e4770d0
Merge pull request #7684 from JeanFred/patch-2
...
Fix documentation of deb option in apt module
11 years ago
James Cammarata
7ff3282e39
Merge pull request #7682 from sergevanginderachter/bigip_monitor_http_checkmode_fix
...
bigip_monitor bugfix for check mode
11 years ago
James Cammarata
4c30b3d68a
Fixing mysql master replication boolean
...
Fixes #7528
11 years ago
Casey Fitzpatrick
fdbb77da51
fix for svr4pkg module failure reporting, issue #7645
11 years ago
Martin Joehren
98ff559fa0
azure - fixed missing return statement
11 years ago
Martin Joehren
188a13efc0
azure - fix for: temporary redirect, not deleted vhds, missing locations and role types, async api calls
11 years ago
James Cammarata
5637426f51
Merge branch 'devel' of https://github.com/ansible/ansible into devel
11 years ago
Ryan Petrello
bb0ca4c1aa
Fix neutron floating IP allocation for networks with a v4 *and* v6 subnet.
...
For networks that have both a v4 and a v6 subnet, the floating IP plugin
currently has two problems:
* When determining the subnet for the provided `internal_network_name`, it
assumes that the first item in the list of subnets is the one you want.
Instead, it should pick the first v4 subnet.
* When multiple fixed IP's exist for a given port (as is the case in a network
a v4 and a v6 subnet), neutron needs a hint as to which fixed IP to associate
to the floating IP address (the v4 one).
11 years ago
James Cammarata
5bd8cd6e00
Cleaning up azure module
...
* Fixed error messages to be more descriptive
* Removed direct use of subprocess module and replaced it with calls
to module.run_command
* Changed AZURE_MANAGEMENT_CERT_PATH to be just AZURE_CERT_PATH, which
matches what is expected by the inventory script
11 years ago
Matt Martz
ad5cf5d55d
Add Rackspace Autoscale modules
...
- rax_scaling_group
- rax_scaling_policy
11 years ago
James Cammarata
e083168773
Merge branch 'devel' of https://github.com/jwhitbeck/ansible into jwhitbeck-devel
11 years ago
Jean-Frédéric
c42f8907fd
Fix documentation of deb option in apt module
...
The apt module may install a .deb package on the remote machine, not on the local.
Fix the misleading documentation.
11 years ago
James Cammarata
bd5cf57e76
Merge pull request #7653 from evanccopengeo/devel
...
ec2_group: Fix for 500 error when creating new security groups
11 years ago
Serge van Ginderachter
ceb1ba1687
bigip_monitor bugfix for check mode
...
Fixes case where properties are retrieved for a non existent monitor
which happens in check mode.
11 years ago
James Cammarata
9cb05a0845
Catch failed connection due to a bad region in ec2_scaling_policy
...
Fixes #7505
11 years ago
James Cammarata
a760299170
Catch failed connection due to a bad region in ec2_scaling_policy
...
Fixes #7506
11 years ago
Kevin Bell
e0a4c389f3
Fixed asg instance count polling
11 years ago
Kevin Bell
426a827b46
Fix default availability zone list
11 years ago
James Cammarata
26aaa7bcdd
Fix typo in nova_keypair import of exceptions from novaclient
...
Fixes #7640
11 years ago
James Cammarata
43f96a636b
Fix issue with symlink path detection
...
Fixes #7627
Fixes #7664
11 years ago
James Cammarata
7483acde5d
Fix linking issue to directories in file module
...
The os.path.isdir() returns True for symlinks that point to directories,
so we also need to check to make sure it's not a symlink too.
Fixes #7657
11 years ago
James Cammarata
b3bbca03d5
Add additional params to get_target_from_rule method in ec2_group
...
Fixes #7592
11 years ago
James Cammarata
9f0d496d67
Fixing version_added strings for new features in ec2_elb_lb
...
Fixes #7631
11 years ago
James Cammarata
609fd2e993
Merge branch 'rax-meta' of https://github.com/sivel/ansible into sivel-rax-meta
11 years ago
evanccopengeo
fac9a64d23
fixing problem where ansible would error out because Amazon was saying the group didnt exist yet (needed to wait a few more seconds for amazon to propagate correctly)
11 years ago
James Cammarata
1b5f2d47bb
Merge pull request #7638 from yanc0/primary_group_doc_user_example
...
Add primary group in the first user module doc example
11 years ago
James Cammarata
f1afc107b2
Merge pull request #7635 from josef-spak/mysql-replication-typo
...
Fix typo in CHANGE MASTER TO syntax
11 years ago
Yann Coleu
b5ea9e0655
Add primary group in the first user module doc example
11 years ago
Matt Martz
04cd7c233b
Allow search_regex to be used in wait_for with port
11 years ago
Josef Špak
2d402ab5ca
Fix typo in CHANGE MASTER TO syntax
11 years ago
Christoph Dwertmann
5cab159bda
Don't use deprecated BaseException.message in keystone_user
...
fixes error "failed to parse: <attribute 'message' of 'exceptions.BaseException' objects>
TypeError: <attribute 'message' of 'exceptions.BaseException' objects> is not JSON serializable"
11 years ago
Matt Martz
7dd5b731d2
Mention that user_data can be a file path or a string
11 years ago
Matt Martz
70881d5489
Switch functions over to kwargs to make it easier to manage in the future
11 years ago
Matt Martz
4ca7840861
Add user_data and config_drive support
11 years ago
Matt Martz
84b1f21617
Add rax_meta module
...
Also update rax to mirror meta value normalization from rax_meta
11 years ago
Michael DeHaan
6bc056e012
Merge pull request #6863 from sivel/rax-untouched
...
rax module: Return untouhced servers with exact_count
11 years ago
CorbanR
42f54238e4
updating example, to be more consistent with parameter names
11 years ago
Brian Coca
fedc3a4f85
corrected doc example, non existing fact to the 2 it had 'merged'
11 years ago
Sean Whitbeck
796d8db860
Add azure VM provisioning/termination module
11 years ago
Krzysztof Warzecha
8326b7672a
vsphere_guest: Add support for setting hardware version (should fix #7206 )
11 years ago
Brian Coca
202ac68995
Correctly examine path for relative links in file module
...
Fixes #7515
Fixes #7537
11 years ago
James Cammarata
ba641de69e
Merge pull request #7536 from fly/linode-warn-ssl
...
warn if remote SSL cert is not checked in linode
11 years ago
James Cammarata
8e111fe82e
Cleanup subversion module documentation in regards to export
11 years ago
James Cammarata
e8aebcb751
Merge pull request #7567 from kitwestneat/devel
...
Fixed documentation for etype parameter on acl module.
11 years ago
James Cammarata
e85c7f848f
Make sure export param for subversion module is checked as a boolean
...
Fixes #7548
11 years ago
James Cammarata
b1d76b37db
Merge pull request #7542 from sivel/rax-cdb-notfound
...
rax_cbs module: Don't fail when the volume is not found
11 years ago
Jon Chen
be7ff82e2d
require pycurl for linode module
11 years ago
James Cammarata
3dc7df39fc
Merge pull request #7532 from oasiswork/devel
...
open_iscsi module: support RC 21 when listing logged-in target
11 years ago
Kit Westneat
fabe8521cb
Fixed documentation for etype parameter on acl module.
...
The etype parameter just had a copy of the default parameter documentation.
Changed it to reflect what it really is for.
11 years ago
Matt Martz
27ac5b1856
Don't fail in rax_cbs when the volume is not found
11 years ago
Nicolas Brisac
592a5b6fb1
open_iscsi module: support RC 21 when listing logged-in target
11 years ago
Brian Coca
c24956032d
unified calls to fs function vs duplicate functions for file and
...
directory
11 years ago
Andrew Resch
3caea2e890
Fix typo in variable name
11 years ago
Andrew Resch
00389af1c2
Fix typo in variable name
11 years ago
Andrew Resch
fb1385bbd9
Replace CommandException with Exception
11 years ago
Evgenii Terechkov
7ad6f6e385
Relax suds module requirement
11 years ago
Daniel Jaouen
37fff3dc38
Add `upgrade_all` option to homebrew module.
11 years ago
Aleksey Khudyakov
a67c6f0663
Fix typo requird -> required
11 years ago
Matt Martz
576224e202
Add PTR record support to rax_dns_record
11 years ago
Michael DeHaan
ee82681d14
Merge pull request #7501 from sivel/rax-dns-serial-doc
...
Add notes to rax_dns and rax_dns_record to recommend using serial: 1
11 years ago
Matt Martz
413243186d
Add notes to rax_dns and rax_dns_record to recommend using serial: 1
11 years ago
Michael Warkentin
c8eb47eefa
Update `command` description
...
The docs were a little bit out of date with what commands are available to be run. They also didn't explain that you could pass custom commands - I almost went down the path of trying to run our custom management commands with the generic Ansible `command` module.
11 years ago
James Cammarata
062e82937f
Fixing absolute path calculation for file module when linking
...
Fixes #7403
11 years ago
Matt Martz
73c67cea91
Allow public_key to be a path to a file
11 years ago
Atlas Health
26c2491583
Stopped instances can also be terminated
11 years ago
James Cammarata
7ef94428bf
Merge branch 'elb-internal' of https://github.com/asnare/ansible into asnare-elb-internal
11 years ago
James Cammarata
4faff30ee0
Merge branch 'multi-word-mysql-grant-example' of https://github.com/webmat/ansible into webmat-multi-word-mysql-grant-example
11 years ago
Brian Coca
24f5030257
now module searches for update-alternatives vs hardcoding it
11 years ago
Andrew Snare
0cc6c479bc
Support internal-only ELBs in EC2.
11 years ago
Mathieu Martin
a8969b5d3c
Add example 'Specify grants composed of more than one word' to the mysql_user module.
11 years ago
James Cammarata
d44ed533b3
Default use_proxy to True for fetch_url()
...
Also added some error handling to the fetch_url() call in the
apt_repository module, so that failures to look up the PPA info
are properly handled.
Fixes #7322
11 years ago
Abhijit Menon-Sen
0dea177e77
Allow '-t ' to be passed to apt: upgrade
11 years ago
James Cammarata
cbea442ec2
Pull the link out of the alternatives output when not specified
...
Fixes #7414
11 years ago
James Cammarata
923baa6772
Merge branch 'yum_module_typos' of https://github.com/mpeters/ansible into mpeters-yum_module_typos
11 years ago
James Cammarata
e3ee7787ed
Remove erroneous set of status_code causing a traceback in module uri
...
Fixes #7416
11 years ago
Michael Peters
15b3b42525
slight language change based on feedback from jimi-c
11 years ago
Michael Peters
69923cc413
fixing some typos in the docs of the yum module
11 years ago
Alan Pearce
670068aaad
Update composer example
...
Remove unsupported 'install' argument
11 years ago
Michael DeHaan
b80b92e778
Stackdriver module was in the wrong category, so moving.
11 years ago
Matt Bray
8363ab5a6f
docker: fix targetting images by name
11 years ago
James Cammarata
32ce085689
Merge branch 'patch-1' of https://github.com/telsacolton/ansible into telsacolton-patch-1
11 years ago
James Cammarata
df877f2e79
Check module_path permissions when creating ssh_wrapper for git
...
If the module directory is not writable/executable to the current user
(most likely because of a sudo to a non-root user), the ssh_wrapper
will be created in the default location for mkstemp() calls. To facilitate
the deletion of these new files, a new mechanism for cleaning up files
created by the module was also added.
Fixes #7375
11 years ago
telsacolton
06963c7826
Make file hardlink error message reasonble
...
When we hard-link a file, and the link path already exists, give the link path in the error message instead of the source
11 years ago
telsacolton
0d8104b8b7
Give reasonable error when symlink fails
...
When a symlink fails because the path already exists and force=no, we should output path in the error message instead of source.
11 years ago
James Cammarata
67d8df0e32
During vsphere config check attempt cast before marking values missing
...
Fixes #7385
11 years ago
James Cammarata
154ef942eb
Merge pull request #7404 from jimi-c/issue_7363_docker_names
...
Make sure the docker data has a "Names" field before using it
11 years ago
James Cammarata
e623911df6
Merge branch 'bcoca-file_new_dirs_perms' into devel
11 years ago
James Cammarata
a9311a5dcb
Merge branch 'file_new_dirs_perms' of https://github.com/bcoca/ansible into bcoca-file_new_dirs_perms
11 years ago
James Cammarata
bf405ef7a8
Merge pull request #7400 from etehtsea/patch-1
...
Fix env splitting in docker module
11 years ago
Konstantin Shabanov
ad9225895b
Fix env splitting in docker module
...
ENV variable value could contain '=' (for example mysql://host/db?pool=10)
11 years ago
Scott Sturdivant
726dc1d2e8
Clarify that the encrypted param must also be set.
...
While the encrypted parameter's documentation clearly states that it needs to
be set, if you are focused on the password parameter's documentation, there's
nothing to draw your attention to the fact that encrypted may also need to be
set.
11 years ago
James Cammarata
19dbff916f
Correctly cast the size_gb value for vpshere disks
...
Fixes #7385
11 years ago
Henry Finucane
6efc8008da
Fail fast in the presence of permissions issues
11 years ago
Carson Gee
e6fbd2d8cb
Fix missing variable initialization so an unspecified internal_network runs
11 years ago
Mikhail Emelchenkov
a2ca0441ae
Fixed incorrect handling of paths contaiin whitespaces
11 years ago
Henry Finucane
278ecb9b55
Allow wait_for to wait on non-traditional files
...
Use os.path.exists to check for file existence, instead of "can we open
this file for reading".
Fixes #6710
11 years ago
Matt Martz
92b77048dc
Handle ValueError during json.loads of json data from build
11 years ago
James Cammarata
bfc1201ecd
Make sure the docker data has a "Names" field before using it
...
Fixes #7363
11 years ago
Yuichi TANIKAWA
2b644da4ca
Add dots to valid path characters
11 years ago
James Cammarata
3bf890998b
Merge pull request #7348 from adamchainz/patch-2
...
Fix grammar and value errors in cron documentation
11 years ago
James Cammarata
62c4a15c73
Merge pull request #7346 from tongpu/devel
...
Add documentation for required parameter name to quantum_subnet
11 years ago
Johannes 'fish' Ziemke
ea71c0c317
Fix: Remove check for Ghost state
...
This fixed the just committed change handling non existent Ghost state.
11 years ago
James Cammarata
c97dec9d75
Merge pull request #7338 from discordianfish/remove-ghost-state
...
Remove check for Ghost state
11 years ago
Johannes 'fish' Ziemke
b9d9ef511f
Remove check for Ghost state
...
This doesn't exist anymore and causes ansible to throw a KeyError
11 years ago
Adam Chainz
3497582581
Fix grammar and value errors in cron documentation
11 years ago
James Cammarata
b78058022d
Merge pull request #7342 from herbygillot/rds-params-fix
...
rds module: Fix undeclared reference to "params" when setting password in modify mode
11 years ago
Lukas Grossar
0aa4cb9a79
Add documentation for required parameter name to quantum_subnet
11 years ago
Michael DeHaan
54ac0fe92c
Merge pull request #7343 from lberruti/alternatives_python5_2
...
Make alternatives module python 2.5 compatible
11 years ago
Herby Gillot
efbe4ca8d5
rds module: Fix undeclared reference to "params" when setting password in
...
modify mode.
11 years ago
James Cammarata
5c7109b8b9
Merge pull request #7110 from orgoj/docker-patch-version_comment
...
module docker - add docker version comment
11 years ago
James Cammarata
a18f4b6230
Merge branch 'devel' of https://github.com/jjshoe/ansible into jjshoe-devel
11 years ago
James Cammarata
0215134907
Fixing a doc mistake in the ec2 module from 4269bb6
11 years ago
James Cammarata
48e2a5e5a2
Merge branch 'ec2-start-stop' of https://github.com/sayap/ansible into sayap-ec2-start-stop
11 years ago
Yap Sok Ann
4269bb6a45
ec2: Fix bug with running/stopped state and wait=yes.
...
If `get_all_instances` returns multiple reservations, the old wait loop only
dealt with the first reservation. Thus, the wait loop may end before all
instances get to be running/stopped.
Also clean up the code a little.
11 years ago
James Cammarata
9d3583cab3
Merge pull request #7055 from bpennypacker/rds_modify
...
cloud/rds : renaming an rds instance always fails
11 years ago
James Cammarata
ebac5dfbce
Updating docstring for docker_image based on new default for tag
11 years ago
James Cammarata
34e52c5884
Merge branch 'docker_image-patch-notag' of https://github.com/orgoj/ansible into orgoj-docker_image-patch-notag
11 years ago
James Cammarata
8dd91021f4
Merge branch 'git-submodule-when-recursive-true' of https://github.com/bibliotechy/ansible into bibliotechy-git-submodule-when-recursive-true
11 years ago
James Cammarata
39433949e0
Merge branch 'elb_subnets' of https://github.com/jimbydamonk/ansible into jimbydamonk-elb_subnets
11 years ago
James Cammarata
4358c846a0
Merge branch 'brian-brazil-devel' into devel
11 years ago
James Cammarata
b97f087f18
Fixing a typo in the monit module (status and not status())
11 years ago
James Cammarata
a969941b85
Merge branch 'devel' of https://github.com/brian-brazil/ansible into brian-brazil-devel
11 years ago
James Cammarata
d9bb1a480a
Merge pull request #7013 from orgoj/replace-patch-changed
...
module replace - report changed only if contents is changed
11 years ago
James Cammarata
3ac4943751
Some cleanup for the rds/vpc_security_groups fix
11 years ago
James Cammarata
768de238d4
Merge branch 'vpc_fix' of https://github.com/ebrevdo/ansible into ebrevdo-vpc_fix
11 years ago
James Cammarata
1a52fcce03
Merge pull request #7335 from napkindrawing/patch-1
...
Route53 module handling of domains with "*" is broken
11 years ago
napkindrawing
011ec5d9e6
Fix to unescape * was discarded by unescape of @
...
`decoded_name` was created twice, each from `rset.name`
So, the second call to `.replace(r'\100', '@')` overwrites decoded_name, discarding the result of the call to `.replace(r'\052', '*')`
I had a problem with wildcard domains that was fixed by this patch.
11 years ago
Chris Lamb
f510389298
Fail if monit reload failed; don't mask the error.
...
This is necessary for the scenario when you push a new, broken monit
config out, and then set a state=reloaded handler - the error was
previously swallowed so you could end up with successful play but missing
monitoring (!).
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
11 years ago
Paul Armstrong
7d28f30bda
Add proper state output to ec2_asg, ec2_metric_alarm, ec2_scaling_policy
11 years ago
Luca Berruti
a3d1f06cb2
Make alternatives module python 5 compatible
11 years ago
James Cammarata
713657d684
Make sure the default ec2_group egress rule is not removed
...
Upon a second run, the default egress rule will be removed when a
vpc is specified but no other egress rules were set. This patch
corrects that behavior by removing the default egress rule from the
list of unmatched outbound rules.
Fixes #7309
11 years ago
James Cammarata
bd56cfdf18
Merge pull request #7313 from mmoya/doc-fixes
...
Minor typo fix
11 years ago
Jean-Francois Chevrette
83d79f6257
this should return 0 to indicate a non-failure when check_mode is True
11 years ago
James Cammarata
b71a451ed0
Close fds when running commands from the accelerate daemon
...
Fixes #7307
11 years ago
Maykel Moya
1d3ce41e83
Fix typo
11 years ago
Christian Berendt
2c39eff60e
[get_url] check against lowered stripped sha256sum
...
The content of the sha256sum attribute should be lowered before comparing it with the calculated sha256sum.
In the following example the used sha256sum uses ABC.. and not abc.. and the check failed. This should not happen.
```
TASK: [get_url url=http://ftp.fau.de/apache/hadoop/common/hadoop-2.4.0/hadoop-2.4.0.tar.gz dest=/home/vagrant/hadoop-2.4.0.tar.gz mode=0644 sha256sum=024326AC68A1A68B5566B10F95609EAAFD9F70CFEB37FCA0E97CBB1674E57C3A] ***
failed: [instance000] => {"failed": true}
msg: The SHA-256 checksum for /home/vagrant/hadoop-2.4.0.tar.gz did not match 024326AC68A1A68B5566B10F95609EAAFD9F70CFEB37FCA0E97CBB1674E57C3A; it was 024326ac68a1a68b5566b10f95609eaafd9f70cfeb37fca0e97cbb1674e57c3a.
FATAL: all hosts have already failed -- aborting
```
11 years ago
James Cammarata
537494c2d6
Make sure distro variable is set if python-apt is installed
...
Fixes #7295
11 years ago
James Cammarata
941af22d5d
Merge pull request #7294 from adamchainz/patch-1
...
Fix sync_binlog name in mysql_variables example
11 years ago
James Cammarata
7bf86ec1c0
Merge branch 'fixing_apache2_module' of https://github.com/berendt/ansible into berendt-fixing_apache2_module
11 years ago
Adam Chainz
967de3cdf9
Fix sync_binlog name in mysql_variables example
...
The previous sync_binary_log is not a real MySQL variable.
11 years ago
James Cammarata
d6fc9f1dfc
Fixing two bugs in the ec2_elb_lb module
...
* the current state of the ELB was not reflected properly when checking
the status after a change was made.
* invalid zones caused a traceback when enabling/disabling zones
11 years ago
James Cammarata
faf733bc49
Removing zone choices that overly-limit available zones for gce
...
Fixes #7270
11 years ago
Antti Salminen
fa607f36b5
Switch to mapper device name if pvs returns the wrong one.
11 years ago
James Cammarata
b753625dbf
Refuse to convert a non-empty directory into a link with the file module
...
Also adds an integration test for the above.
Fixes #7254
11 years ago
Kesten Broughton
aee1a97102
if key name already exists on tenant, check if public_key is offered that it matches the existing key
11 years ago
James Cammarata
ae7503d6fb
Merge branch 'fix-copy-recursive-issue' of https://github.com/tksmd/ansible into tksmd-fix-copy-recursive-issue
11 years ago
James Cammarata
c0f92317ef
Fixing a documentation error in the new stackdriver module
11 years ago
James Cammarata
2b898e7e8b
Minor fix to imports in new stackdriver module
11 years ago
someda
50080b3774
fix #7244 recursive copy fails when setting directory attributes
...
- reverse the order of new_directory_list returned from split_pre_existing_dir in copy module
11 years ago
James Cammarata
6069d5d4cf
Merge branch 'stackdriver' of https://github.com/bwhaley/ansible into bwhaley-stackdriver
11 years ago
willthames
44662a3d33
Improve the ec2_snapshot argument spec and docs
...
ec2_snapshot got missed when moving to a common argument spec.
It could already make use of the capabilities (as it uses
ec2_connect) and the documentation suggested it supported the
common argument spec (thanks to the documentation fragment work)
so it was just a matter of fixing the argument spec.
Removed unnecessary documentation for profile and security_token
that is covered by documentation fragment
Also removed spurious documentation flags (default: null, aliases: [])
which aren't needed.
11 years ago
James Cammarata
ce48e1f9ff
Merge pull request #7230 from binarytemple/fix_for_issue_7228
...
fix issue #7228 ec2_vol crash
11 years ago
bryan hunt
88aaa70f0c
fix issue #7228 ec2_vol crash
11 years ago
Atlas Health
49d0ad0644
added example
11 years ago
Atlas Health
4258eb6be7
updated docs to include snapshot_tags option
...
added version
11 years ago
James Cammarata
04793ff640
Merge branch 'patch-2' of https://github.com/budlight/ansible into budlight-patch-2
11 years ago
Michael DeHaan
6b26efdee0
Merge pull request #7119 from jjshoe/patch-4
...
Finish reverting a broken commit in #5679
11 years ago
James Cammarata
ac1948c04c
Minor tweak to rsync_path construction in synchronize module
...
Fixes #7182
11 years ago
Michael DeHaan
d5e254d3c7
Merge pull request #6794 from follower/patch-4
...
Make `vpc_security_group` docs more accurate
11 years ago
Michael DeHaan
5c75ce1133
In apt module show 'name' vs pkg to standardize with the rest of the modules. 'pkg' is an alias for name.
11 years ago
James Cammarata
d2819e22e3
Merge pull request #7212 from jimi-c/issue_7027_ec2_group_egress_rules
...
Make sure a default allow out rule exists if no other egress rules do
11 years ago
James Cammarata
67092039d7
Merge pull request #7190 from jimi-c/issue_7180_vsphere_guest_hardware_variable_casts
...
Make sure values are integers for certain hardware items for vpshere_guest
11 years ago
James Cammarata
826198196b
Merge branch 'elb' of https://github.com/bpennypacker/ansible into bpennypacker-elb
11 years ago
Christian Berendt
67a8ee24e1
made enabled/disabled checks of apache2_module workable
11 years ago
James Cammarata
50cd3a4a8f
Make sure values are integers for certain hardware items for vpshere_guest
...
Fixes #7180
11 years ago
James Cammarata
a482e1583d
Merge branch 'fix_user_non_root_on_rhel' of https://github.com/mscherer/ansible into mscherer-fix_user_non_root_on_rhel
11 years ago
Michael Scherer
28c373da0c
Do not fail if we try to generate a ssh key for a user without being root
...
If we try to use the user module without being root, it fail on RHEL/Fedora
because usermod --help cannot be run. The root cause is lack of permission
due to EAL4+ certification, as seen in shadow-utils changelo.
So if we cannot run it, assume there is no append. It doesn't matter
much since we will not be able to run usermod at all with or without the
option.
11 years ago
Skyler Leigh Amador
a8d9470938
Remove --timeout option to rsync from synchronize defaults
...
The current 10-second default timeout for rsync seems to be behind issue #6809 .
As a workaround for the underlying issue in rsync when different versions are
used on the source and destination sides, don't include the timeout option
unless the user specifies a timeout > 0.
11 years ago
Michael DeHaan
2ea386fe04
Merge pull request #7168 from jjshoe/fix_apache2_module_docs
...
Fix example
11 years ago
Joel Schuweiler
7916545979
Fix example
11 years ago
Joel Schuweiler
5bad971873
Finish reverting #b73cddc
11 years ago
jjshoe
a34478d6f3
Ensure the validation string has %s in it
11 years ago
Brian Brazil
d25f1dc2d0
Use empty string rather than None to avoid TypeError
...
Improve error messages.
11 years ago
mkosmach
fbf3b78ace
add simplejson as alternative to json
11 years ago
Ben Holloway
e45d33954b
documentation fix
11 years ago
Ben Holloway
4596521147
attempt to set availability_zones to all if neither availability_zones or vpc_identifier are set
11 years ago
Bruce Pennypacker
dc912ca201
removed unwanted 'if wait else None'
11 years ago
Ben
5a39672efa
documentation fix availability_zones should be required for ec2_asg
11 years ago
Ben
30b634eae9
updated example to include instance_type
11 years ago
Ben
9770c7f47d
Added instance_type to ec2_lc variable list
11 years ago
Michael DeHaan
31f7a0693e
Add missing license headers to two modules and standardize formatting of another.
11 years ago
James Cammarata
89fa9b7305
Add parameters to get_url for the url username/password
...
Fixes #6928
11 years ago
James Cammarata
83f300ddd6
Merge branch 'apt_key_format' of https://github.com/andreasf/ansible into andreasf-apt_key_format
11 years ago
James Cammarata
3f1545f9db
Fixing the version_added string in the vsphere_guest module
11 years ago
James Cammarata
833ceeca24
Merge branch 'vmware_core' of https://github.com/rhoop/ansible into rhoop-vmware_core
11 years ago
James Cammarata
2bc640c82f
Merge pull request #7141 from lamby/devel
...
Correct/update debconf examples - need to specify vtype.
11 years ago
npeters
61bb40c0dd
Remove invalid variable
11 years ago
Ben Whaley
1c996085ff
Updated to use fetch_url
11 years ago
James Cammarata
16874464e9
Merge pull request #7047 from joshuaconner/docker_bugfix_exclude_entrypoint_from_command_check
...
docker: exclude 'entrypoint' from comparing 'command' param with containers
11 years ago
James Cammarata
46c0eb2f3e
Merge pull request #7022 from jjshoe/patch-1
...
apt_key lists all keys in uppercase
11 years ago
Richard Hoop
578ba471b1
Author
11 years ago
Chris Lamb
446765ace0
Correct/update debconf examples - need to specify vtype.
...
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
11 years ago
James Cammarata
060e2193a1
Merge pull request #6991 from joshuaconner/bugfix_dont_send_wrong_params_to_dockerclient_start
...
Docker: don't send wrong parameters to client.start()
11 years ago
Richard Hoop
07ad8432ec
Ready for pull request
11 years ago
Richard Hoop
5692ae95ab
Core complete
11 years ago
James Cammarata
eb090ad4a2
Merge pull request #6599 from dmage/nova_region_name
...
use region_name in nova_compute
11 years ago
James Cammarata
24cfcd1f88
Merge pull request #6985 from jimi-c/issue_6763_ec2_vpc_params
...
Ensure params were set in ec2_vpc before accessing them
11 years ago
Brian Coca
f079d022a3
now when making multiple dirs in path to make dir, same permissions are assigned (but only for NEW dirs)
...
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
11 years ago
James Cammarata
ed1c7a0f5d
Merge pull request #7128 from stansonhealth/improve_tag_docu
...
update ec2_tags documentation to include missing option
11 years ago
Erika Heidi
036c7a7759
Possible docs error: 'path' instead of 'src'
...
I came to this example today (line 50), and when I tried it, I got an error:
`msg: src and dest are required for creating links`
So, I changed **path** to **src** and it worked fine. Looks like the example is wrong, since the docs say "dest" is already an alias for "path", in which case we would have 2 "path" definitions.
11 years ago
Richard Hoop
68d45a6484
Started reconfigured
11 years ago
Ted Timmons
b5895712b3
update documentation to include missing option
...
'list' was added more recently, it was omitted from the documentation.
11 years ago
Richard Hoop
630367ebfc
Creation complete
11 years ago
Richard Hoop
3e75e504e0
More config checks and clean up for vm_config settings
11 years ago
Bruce Pennypacker
2be8feebce
Changed behavior of deregister. If an instance is not found in the ELB then simply return 'changed=false'. Otherwise always remove the instance from the ELB no matter what state its currently in.
11 years ago
James Cammarata
d88ac5e24d
Merge pull request #7076 from mscherer/better_message_service
...
Add a better error message for service
11 years ago
Mike Buzzetti
4cb41de987
Updated and corrected example section
11 years ago
Michael Heca
9ad6511be7
module docker - add docker version comment
...
Default docker version 0.9.1 from Ubuntu 14.04 LTS don't report APIVersion.
11 years ago
Michael Scherer
43d0fbd342
Add a better error message for service
...
While migrating my playbook to a newer ansible version, I faced
the error message "unknown init system, cannot enable service". It turned
out to be caused by a wrong service name that was not expanded anymore.
So by giving the name of the service that cannot be enabled and a more precise
reason, i think people will be able to diagnose their issue more easily.
11 years ago
Mike Buzzetti
b2c5106833
Adding support for purging subnets
11 years ago
Richard Hoop
06c64785fb
Large cleanups. Reintegrating all modules together for a guest
11 years ago
James Cammarata
149339f620
Merge pull request #7089 from dagwieers/debug-docs
...
Add an example to show all hostvars using debug
11 years ago
James Cammarata
53754357f7
Merge pull request #7096 from CaptTofu/docker
...
Small bug - 'acts' should be 'facts'
11 years ago
James Cammarata
afee14173e
Merge pull request #7095 from radeksimko/pokemon-exc-fix
...
Prevent catching unrelated exceptions
11 years ago
CaptTofu
2990db728a
Small bug - 'acts' should be 'facts'
11 years ago