Michel Blanc
|
139e06d9af
|
Added more examples for the filter option in setup
Added examples covering all available globs
Added a use case of filtering only facts returned by facter
|
12 years ago |
Michel Blanc
|
5f4a24557b
|
Adds example for filter option in setup module
Added an example on how to filter keys returned by the module.
|
12 years ago |
Michel Blanc
|
75b687247a
|
Adds filter option to setup module
Adds facts filtering using fnmatch, via the 'filter' option.
Usage:
ansible -m setup -a 'filter=ansible_*_mb'
|
12 years ago |
Daniel Hokka Zakrisson
|
3f2fd22ed4
|
Don't consider packages missing from the cache an error on remove
Fixes #2017.
|
12 years ago |
Daniel Hokka Zakrisson
|
d2bf205a5d
|
Fix #2125 and clean up a few things along the way
|
12 years ago |
lessmian
|
a124a7f6a1
|
sysctl module: fixed issue when checks_after fail on comparing keys with values separated by white strings
|
12 years ago |
lessmian
|
e8254dee4d
|
mail module: properly set charset
|
12 years ago |
Lorin Hochstein
|
eac339e98a
|
Add documentation about PUBLIC user
|
12 years ago |
Lorin Hochstein
|
4a90e2b50a
|
postgresql_user: Add support for PUBLIC
This change enables users to add and remove permissions to all roles,
using the PUBLIC user. This is equivalent to using the PUBLIC keyword
in GRANT and DENY postgres SQL commands.
For example, see: <http://www.postgresql.org/docs/current/interactive/sql-grant.html>
Fixes #1833
|
12 years ago |
Romeo Theriault
|
1c91917ed5
|
uri doc fixes
|
12 years ago |
lessmian
|
8a49dac5d1
|
Fixed remove_key
|
12 years ago |
Michael DeHaan
|
093935ede1
|
Merge pull request #2116 from lwade/devel
Correct ec2_vol doc errors
|
12 years ago |
Daniel Hokka Zakrisson
|
4a137641d2
|
check_mode is a module property
|
12 years ago |
lwade
|
3b9cf8270f
|
Correct ec2_vol doc errors
|
12 years ago |
Michael DeHaan
|
ab389d8908
|
For consistency, add host should take a key named 'name' in addition to 'hostname'.
|
12 years ago |
Michael DeHaan
|
cc9bc91a6c
|
Fix typo in zfs module docs
|
12 years ago |
Michael DeHaan
|
8097fd18a2
|
'make pep8' is now clean
|
12 years ago |
Johan Wirén
|
acc58a37df
|
Set version_added to 1.1
|
12 years ago |
Johan Wirén
|
5ae5fe83ac
|
zfs module no longer destroys the layout in webdocs
|
12 years ago |
Michael DeHaan
|
18cbb64f25
|
Teach the yum module to support --check mode.
|
12 years ago |
Michael DeHaan
|
4f249902b3
|
Taught service how to use --check mode
|
12 years ago |
Michael DeHaan
|
ad89ab7c5d
|
Add group support to check mode.
|
12 years ago |
Michael DeHaan
|
fdbbb171ba
|
Teach the user module to understand check mode.
|
12 years ago |
Michael DeHaan
|
b63bf62b13
|
Remove debug print message
|
12 years ago |
Michael DeHaan
|
1ecf4a6943
|
Working on complex argument support.
|
12 years ago |
Michael DeHaan
|
5a91873983
|
resolve merge conflict
|
12 years ago |
Daniel Hokka Zakrisson
|
6ffc8a1441
|
Recurse was added in 1.1
|
12 years ago |
Michael DeHaan
|
931b9f41c8
|
Make note about enablement bit
|
12 years ago |
Michael DeHaan
|
934f416387
|
Avoid the 'state=null' coming back from the service module.
|
12 years ago |
Michael DeHaan
|
e43abe326f
|
Added a tunneling example
|
12 years ago |
Michael DeHaan
|
b365e04616
|
Allow add_host to add hosts to multiple groups, groups is now an alias for groupname.
|
12 years ago |
Rob Parrott
|
ef17fc9f20
|
add the ability to take variables in the add_host module, and be willing to parse a host:port hostname handed to add_host
|
12 years ago |
Michael DeHaan
|
c000bd846b
|
Hate to do this, but URI module docs were constructing messed up RST files, so removing examples for now. Will ask someone to work on them.
|
12 years ago |
Michael DeHaan
|
5f829f9926
|
Add versionadded element to new option, fix YAML formatting
|
12 years ago |
Michael DeHaan
|
369d586651
|
Merge pull request #2086 from lwade/devel
Adding a simple EC2 volume module for creation and attach
|
12 years ago |
Michael DeHaan
|
cb3d26c500
|
Merge pull request #2084 from johanwiren/zfs
Added zfs module
|
12 years ago |
Michael DeHaan
|
a01525bd30
|
Merge branch 'aix-fixes' of git://github.com/dagwieers/ansible into devel
Conflicts:
library/setup
Tweak formatting.
|
12 years ago |
Michael DeHaan
|
df63f60b63
|
Tweak doc examples
|
12 years ago |
Romeo Theriault
|
1232e498c4
|
fixed the documentation so it build properly
|
12 years ago |
Romeo Theriault
|
2ecf3f9b94
|
moved module checking below module initialization
|
12 years ago |
Romeo Theriault
|
27145fab7f
|
uri module
|
12 years ago |
James Martin
|
7129a9e355
|
Using "OtherLinux" in module_commons, cleander detection in setup.
|
12 years ago |
James Martin
|
5646bc278b
|
Support for amazon linux distribution facts.
|
12 years ago |
Yves Dorfsman
|
83ce1b2dc5
|
Modified to follow Daniel Hokka Zakrisson's recommendations.
|
12 years ago |
Yves Dorfsman
|
4de1b4e8a9
|
Added an insertbefore option.
|
12 years ago |
Blair Zajac
|
fa8e653011
|
Simplify and correct comparisons with None.
|
12 years ago |
Michael DeHaan
|
2172201795
|
Merge pull request #2091 from davixx/sysctl2004
Solving bug : sysctl check_after failing on multi-value sysctl parameters
|
12 years ago |
Michael DeHaan
|
21693b2d22
|
Merge pull request #2079 from huberteff/devel
Add NetBSD support for 'service' module, and add an example to 'lineinfile'
|
12 years ago |
Michael DeHaan
|
7827db6996
|
Merge pull request #2078 from huberteff/e2158b661d250c04609e7faff4d8e67df9cb37e4
Add example for adding to sudoers file
|
12 years ago |
Michael DeHaan
|
85c87e507e
|
Slight docs tweak about thirsty mode on the copy module
|
12 years ago |