Damjan Georgievski
2b5c73054d
return the most up-to-date info about an instance when starting/stopping it
...
otherwise the module will return the info about the instance that it got prior to the action taken
So if you had a task to start an instance:
ec2:
instance_ids: ...
state: running
register: ec2_info
the registered data would have empty public_dns_name, public_ip, private_dns_name, private_ip
10 years ago
Michael DeHaan
e978dcf7eb
Merge pull request #8283 from ps-jay/sys_mount_fstype_doc
...
Add fstype arg to the mount examples
10 years ago
James Cammarata
0bace505f7
Merge branch 'integration_mysql_user' of https://github.com/wrosario/ansible into wrosario-integration_mysql_user
10 years ago
James Cammarata
0963d4aee4
Move splitter to module_utils so modules can use it and fix command arg splitting
...
Fixes #8338
10 years ago
Wayne Rosario
7cfef577a1
Adding the following Test Coverage:
...
Use mysql_user module to create, delete users.
Update user password and ensure new password was updated for the correct user.
Assert user has access to multiple databases
Assert user creation, deleting using different user privilege and ensure privilege work correctly.
10 years ago
RomanDolejsi
7cd6d6fb89
file: prevent replace failure when overwriting empty directory with hard/link (force=yes)
10 years ago
Michael DeHaan
fe7d092f0b
Merge pull request #8313 from sivel/issue/8250
...
Make sure to assign pyrax.cloudservers to cs. Fixes #8250
10 years ago
Michael DeHaan
bc01f2571e
Merge pull request #8311 from neersighted/wrap_distroversion
...
Wrap get_distribution_version() in the hostname module
10 years ago
Matt Martz
938d5f210e
Make sure to assign pyrax.cloudservers to cs. Fixes #8250
10 years ago
Michael DeHaan
2212b64fd9
Cleaning up explanation of mount module states.
10 years ago
Bjorn Neergaard
cbc417ca1b
Wrap get_distribution_version() in the hostname module
...
We wrap get_distribution_version() with a new function,
_get_distribution_version(), that returns `0` when the result is a string or
`None`.
This accounts for the case when get_distribution_version() returns a string,
and we try to compare it to a float. We do this in the hostname module instead
of the module snippets because other modules may want the real string
version.module snippets because other modules may want the real string version.
10 years ago
Michael DeHaan
99ad691950
Merge branch 'ufw' of git://github.com/Trozz/ansible into devel
10 years ago
Michael DeHaan
03c46f016a
Update unarchive example.
10 years ago
Michael DeHaan
0697bbd6dd
Merge pull request #8200 from geetotes/devel
...
[Docs] Added another example to demonstrate unarchive module working entirely on a remote machine
10 years ago
Michael DeHaan
6ea9995ba5
Merge pull request #8244 from wrosario/mysql_user_doc
...
Update mysql_user doc and example
10 years ago
Michael DeHaan
f03d4e5bc7
Merge pull request #7949 from hacosta/apt_key
...
Check at most 16 characters of the key. Fixes #7936
10 years ago
Michael DeHaan
caba7ac6a6
Merge pull request #7954 from alimony/patch-3
...
cron module: Use correct parameter name in error message.
10 years ago
Michael DeHaan
00c0603bc7
Merge pull request #8068 from trondhindenes/win_feature_improvements
...
Updates to the parameters of win_feature
10 years ago
Michael DeHaan
634952d15b
Merge pull request #7969 from dedalusj/devel
...
Fixed bug with environment path for homebrew_cask
10 years ago
Michael DeHaan
0221727050
Merge pull request #7968 from bcoca/acl_fix_compare
...
acl module: now compares permissions correctly
10 years ago
James Cammarata
03f0d6bec8
Merge pull request #8308 from robinro/extend-hostname-distrolist
...
Extended distributions list for hostname module
10 years ago
Robin Roth
7920f4eaf5
Fix extra newline at end of hostname for Fedora
...
This fixes a bug introduced by 138b45e3
.
The hostname has an additional newline at the end which leads to the
state always being 'changed: true' even if the hostname is unchanged.
10 years ago
Robin Roth
a26bc9c926
Extended distributions list for hostname module
...
Implementations already present
10 years ago
James Laska
9561cbcc8d
Correct BotoServerError typo in ec2 module
...
Resolves a traceback due to an undefined 'BotoSeverError' exception.
10 years ago
Lee Gillentine
7cdeddb740
Pushing up correct example :(
10 years ago
James Cammarata
6e2c35c65c
Minor indentation fixes on ec2_eip
10 years ago
James Cammarata
f9aa5ef28b
Merge branch 'fix_ec2_eip' of https://github.com/jsmartin/ansible into jsmartin-fix_ec2_eip
10 years ago
James Cammarata
67899d95fd
Merge pull request #8292 from jimi-c/issue_7863_deb_with_items
...
Allow deb package installation via with_items
10 years ago
James Martin
c3d42d0488
Fixes #8290 .
10 years ago
Tom Lazar
d89adce760
FreeBSD 10 compatibility fix
...
On FreeBSD the whitespace around the ``=`` triggers a (cryptic) ``no such file or directory`` error. removing the whitespace like above fixes this.
10 years ago
anatoly techtonik
fdc355d376
acl: Remove obscurity in `state` description
10 years ago
Philip Jay
bb7b290ed8
Add fstype arg to the mount examples
...
Needed fstype in the examples, since fstype is a required argument for
mount.
10 years ago
Michael DeHaan
edcedfc06f
Pagerduty corrected misleading blog post, so no problems with them being in core now. Thank you guys!
10 years ago
Wayne Rosario
45d7e53da9
updating doc to include revoke example for mysql_user docs
10 years ago
Michael DeHaan
3a902e2b5b
Merge pull request #7710 from brad/zounds
...
use the full list of available campfire sounds
10 years ago
Michael DeHaan
78ee6ba0e7
Merge pull request #8270 from berenddeboer/mount-fstab
...
Default for fstab missing, causing KeyError: 'fstab'
10 years ago
James Cammarata
0bf0053652
Fixes for module param counting and additional shell quoting issues
10 years ago
Berend de Boer
f46c4ee093
Default for fstab missing, causing KeyError: 'fstab'
10 years ago
James Cammarata
cf8905b2b0
Fixing up shell quoting issues
10 years ago
Trond Hindenes
fc26601981
win_setup improvements: Correcly outputs ansible_totalmem on computers with multiple ram chips
10 years ago
James Cammarata
6879e4ff0a
Merge pull request #8223 from renard/create-fstab-if-not-exists
...
Create fstab if not exists
10 years ago
Sébastien Gross
e0f7b3f39c
[mount] make sure fstab exists
...
This is mainly to prevent from failing with no such file or directory
during module execution.
10 years ago
Sébastien Gross
806052a9e5
[mount] Add documentation for fstab option
10 years ago
James Cammarata
274e1f4106
Security fixes:
...
* Strip lookup calls out of inventory variables and clean unsafe data
returned from lookup plugins (CVE-2014-4966)
* Make sure vars don't insert extra parameters into module args and prevent
duplicate params from superseding previous params (CVE-2014-4967)
10 years ago
Michael DeHaan
9f294530e9
Update version_added attribute on recent GCE module additions.
10 years ago
Michael DeHaan
16ed24d0c0
Merge pull request #6976 from clconway/gce-snapshots
...
Adds support for snapshots and extra persistent disks to the gce modules
10 years ago
Hector Acosta
60edb6b04b
Add check_mode support to authorized_key. Fixes #7300
...
Signed-off-by: Hector Acosta <hector.acosta@gmail.com>
10 years ago
Lee Gillentine
1b742ca567
Adding another example to demonstrate unarchive working entirely on a remote machine
10 years ago
Michael DeHaan
9b587dafed
Add note about useful quote filter.
10 years ago
Jonathan Mainguy
3da1e5ce62
This fixes 8173, if target was not defined it would break, now it wont
10 years ago