Brian Coca
3b934016c0
note that create globs only work on 2.0
...
fixes #2666
8 years ago
Brian Coca
b4f87ac7fe
made note that Z/z are only 2.1 options
8 years ago
Jonathan Mainguy
b86224a7ec
Add Jmainguy as author, fix hash check
8 years ago
Adam Fields
9c131ea619
added a reference to the template module for clarity
8 years ago
Timothy R. Chavez
37ac954123
Get new server object after adding floating IP
...
We need a new server object once we add the floating ip, otherwise we
will be operating with the older server object pre-floating-ip
assignment.
8 years ago
Michel Alexandre Salim
325a979876
Set the argument type for ec2_vol's encrypted parameter
...
If this is not set, Ansible parses the parameter as a string.
This is fine if the parameter is not provided by the caller, but
if it is set to False or True explicitly, ec2_vol receives this as
the string 'False' or the string 'True', both of which are truthy.
Thus, without this fix, setting the parameter results in encryption
always enabled.
8 years ago
Veaceslav Mindru
fa98f55c44
fix typo s/defaults/default
8 years ago
Steve Spencer
d4aca8eacc
Sync up with allowable docker volume mounting modes
8 years ago
Steve Spencer
769d7db1d0
Add support for mounting host volumes with Z and z options
8 years ago
Lee Hardy
f2f0f83ee6
- fix user_exists statement with host_all to use only username parameter
8 years ago
Leonty
22648e88cd
Corrected misspelling in the 'labels' docker parameter documentation.
8 years ago
Lee Hardy
1113975741
- mysql: add user_anonymous parameter, which interacts with anonymous users - mysql; add host_all parameter, which forces iteration over all 'user'@... matches
8 years ago
Brian Coca
f435f887fa
better handling of checkmode for solaris fixes #2296
8 years ago
Aaron Boushley
876bdb62e1
Fix issue with comparing versions improperly.
...
This allows old versions of docker api to function.
8 years ago
Leonty
8638d9d26c
Support 'labels' parameter for docker.
8 years ago
Jumpei Ogawa
ebb0d6301d
Add explanation in case that ipv4_range is required
8 years ago
Jumpei Ogawa
256c840942
Add better error message when specified network doesn't exist and ipv4_range is not specified
8 years ago
tobbe
65f12bccb6
add text to the description, more user friendly
8 years ago
tobbe
455da45e62
Add suport for selinux user when adding a new user on selinux enabled systems
8 years ago
Daniele Varrazzo
a057431a78
Detect unchanged pip runs when using a vcs url in name
...
Should fix bug #1645
8 years ago
Daniele Varrazzo
53e1310a7f
Use 'pip freeze' output to detect changes with requirement specified
...
If the requirements contains a repos url it will always report 'Successfully
installed'; there is no difference in the output to tell apart if
anything new was pulled. Use freeze to detect if the environment changed
in any way.
Should fix ansible/ansible#1705
8 years ago
Derek Smith
b9baed507b
updated examples
...
added mysql 5.7 user password modification support with backwards compatibility
resolved mysql server version check and differences in user authentication management
explicitly state support for mysql_native_password type and no others. fixed some failing logic and updated samples
updated comment to actually match logic.
simplified conditionals and a little refactor
8 years ago
trevoro
b5a3dd4818
adding password_hash support to mysql_user module
...
fixing user_add arguments error
fixing user_mod arguments error
8 years ago
Michael Scherer
55f2345829
Remove a unneeded use of use_unsafe_shell
...
Since use_unsafe_shell is suspicious from a security point
of view (or it wouldn't be unsafe), the less we have, the less
code we have to toroughly inspect for a security audit.
8 years ago
Daniel Kimsey
a8f7fda210
Fix yum module failing to initalize yum plugins
8 years ago
nitzmahone
0d0b78dd1e
fixed disappearing groups on OSX user module
...
Ensure that we don't try to modify the groups collection if groups are not specified
8 years ago
Dominique Barton
5c05016d1e
bugfix for issue #2537
8 years ago
quoing
3ad67d93ea
Fix: Default ACL parameters are not correctly handled
8 years ago
Brian Coca
f0a3914f7b
simplified lowercasing
8 years ago
quoing
3a91853e7e
Add "default" entry option back (removed in e95bcae
), update will translate entry to standard parameters so compatibility with BDS is kept
8 years ago
Mark Theunissen
c3450d542f
Remove Mark Theunissen as maintainer
8 years ago
Toshio Kuratomi
94d163f3ed
When the password file does not exist and we're making sure the user isn't in the password file, change error into a warning
...
Warning catches typos in the filename. Since the playbook is saying
"make sure this user doesn't have an entry" it makes more sense to warn
than to error.
Fixes #2619
8 years ago
Arthur Clement
7c8d3d9b20
Example of single instance with ssd gp2 root volume creation
8 years ago
Ales Nosek
df4109d946
Fix #2475 ini_file module: bracklets in key break idempotence
...
Escape the regex special characters in the option name.
8 years ago
Brian Coca
42d0ce8744
corrected version_added for new temp_dest feature
8 years ago
cspollar
7ac010977b
Fixed typo in uri module example
8 years ago
krdlab
fe0aa01ce8
Fix 'stat' module document
8 years ago
Toshio Kuratomi
6cb1606005
Don't raise or catch StandardError in amazon modules
8 years ago
Dylan Martin
579e444243
improved error message when no handler found
8 years ago
Brian Coca
3025451b10
fixed typo EEXISTS is actually EEXIST
...
fixes #2585
8 years ago
Veaceslav Mindru
0f456d7e61
adding validate_certs for YUM. #2582
8 years ago
Sina Sadeghi
2ad9c6c9e5
Update hostname.py
...
Added support for FreeBSD. (http://www.freebsd.org )
8 years ago
Charles Ferguson
4c93b5dab6
Add documentation to 'file' AnsibleModule definition for internals.
...
The parameters 'diff_peek' and 'validate' are not expected to be used
by users. They are internal. To make it clear, this change adds the
comments 'Internal use only' to each of those definitions to make
it clear that they are actually used, just not by end-users.
8 years ago
Brian Coca
b3c14ee0c3
minor doc fixes and reformating updated validate_certs feature to be 2.1
8 years ago
Charles Ferguson
e86ba78685
Update documentation for 'file' module to include 'diff_peek'.
...
The 'diff_peek' option isn't documented at all, and provides a
rudimentary check that the content isn't binary. Documentation is
added to explain the option.
The 'validate' option has a declaration, but isn't implemented.
Therefore it may as well be removed from the module.
8 years ago
Veaceslav (Slava) Mindru
2eb6b566b2
Squashed commit of the following:
...
commit 406214fad214359fcf13fe8c7cd3f8f8faac5386
commit 85d1c9b0a41dd075eb2683b1a7de595ca3119614
commit 4aa5049b5ae25dee71a248238201611a466a13c4
commit 65a96974c80aea1fef88d78e218ecb665d8113e1
commit 22ea5863d1dfd628735b46cc7de51c0fd33251de
Refactoring
8 years ago
Markus Suonto
39d3c3dea6
fixed quantum_ modules to work with minimum access rights if greater access rights are not needed
8 years ago
jhawkesworth@users.noreply.github.com
5453d1e959
Fix for 13315 - minute now included in ansible_date_time on windows hosts
8 years ago
Jay Rogers
bef2b75857
Update in Amazon IAM Policy Documentation
...
There were typos in the documentation that made the examples seem misleading of what was being demonstrated. This update fixes that.
8 years ago
Brian Coca
b30438f2c8
updated docs to denote retirement of v1 api and clarify when and why auth fields have changed
8 years ago