Nick Harring
46f6e5f6fc
Fixed ansible module import which I changed chasing a better PEP-8 score.
10 years ago
Nick Harring
910761bd6d
Added version_added in Documentation output. Fixed shebang to be /usr/bin/python.
10 years ago
Brian Coca
8afc822d0c
Merge pull request #485 from dhutty/patch-1
...
Additional example, not using local_action
10 years ago
dhutty
33b845a14f
Additional example, not using local_action
10 years ago
Matt Martz
ab0e131586
Merge pull request #484 from sivel/py27-compileall
...
Add py27 compileall to test all modules
10 years ago
Toshio Kuratomi
e5022ba87b
Add python >= 2.6 to documented deps
10 years ago
Matt Martz
6c8d505532
Add py27 compileall to test all modules, specifically for syntax errors
10 years ago
Chris Long
9b32a5d8bf
Initial commit of nmcli: NetworkManager module. Currently supports:
...
Create, modify, remove of -
team, team-slave, bond, bond-slave, ethernet
TODO:
vlan, bridge, wireless related connections.
10 years ago
Lorenzo Luconi Trombacchi
1f9f9a549e
status function was called twice
10 years ago
Lorenzo Luconi Trombacchi
55b9ab2774
fix a problem with status detection after unmonitor command
10 years ago
Lorenzo Luconi Trombacchi
838cd4123b
added lower function for statuses
10 years ago
@RubenKelevra
752442e8ff
change -Syy to -Sy
...
-Syy do always update, which is not needed, since the caches might already be up to date.
10 years ago
Brian Coca
e1c6757eae
Merge pull request #477 from resmo/feature/cs_account
...
cloudstack: add new module cs_account
10 years ago
Brian Coca
a9910c7de5
Merge pull request #423 from JeanFred/hipchat-checkmode
...
Add check_mode support to HipChat module
10 years ago
Toshio Kuratomi
a589a66710
Update module documentation if modules have a dep on python2.6+
10 years ago
Toshio Kuratomi
6bf4558df8
Merge pull request #476 from sivel/py24-fixes
...
Fix up modules that have python24 syntax errors
10 years ago
Rene Moser
92c6f64adf
cloudstack: add new module cs_account
10 years ago
Matt Martz
d97ffb3f58
Be more explicit with exclusions
10 years ago
Matt Martz
a258606694
Use try/finally with file opening to close the file
10 years ago
Matt Martz
c8bd663548
Exclude consul modules from py24 syntax check
10 years ago
Matt Martz
1b3b0caa51
Give consul modules a .py extension
10 years ago
Matt Martz
265fefd7ec
Give pushover a .py file extension
10 years ago
Matt Martz
e568032bc3
Fix up modules that have python24 syntax error
10 years ago
Jean-Fred Berthelot
f0508fa30e
Add check_mode support to HipChat module
...
The HipChat module declares to support check_mode,
but the message is sent in any case.
With this, if executed in check mode, the module will exit
before actually sending the message to HipChat.
It will return changed=False, as per the convention
for notifications modules.
10 years ago
Paul Bourdel
0fbce5f9dd
Changing from v1 to v2 hipchat api format.
10 years ago
Quentin Stafford-Fraser
3645b61f46
Add examples.
10 years ago
Quentin Stafford-Fraser
de28b84bf7
Available choices for 'state' explicitly listed.
10 years ago
Quentin Stafford-Fraser
a0ef5e4a59
Documentation version_added numbers are strings.
10 years ago
fdupoux
69c0a6360b
Suppress prompts from lvcreate using --yes when LVM supports this option
10 years ago
Ian Cordasco
deb11be684
Interpolate container name into error message
...
In the event failed to start, the container name was not being properly
interpolated into the error message.
10 years ago
Toshio Kuratomi
19b345932a
Merge pull request #465 from sivel/python24-compat-test
...
Add test validating if modules are python24 compatible
10 years ago
Brian Coca
b89532cd21
Merge pull request #454 from jeffrizzo/pkgin-fix
...
Support both new and old pkgin versions by testing if '-p' flag exists.
10 years ago
Brian Coca
42f3df3862
Merge pull request #443 from resmo/feature/cs_instancegroup
...
cloudstack: new module cs_instancegroup
10 years ago
Brian Coca
18711b32a9
Merge pull request #218 from wkf/patch-1
...
Allow sending direct messages with slack module
10 years ago
Matt Martz
2c4ea93771
Add compileall testing via travis to validate modules are python24 compatible
10 years ago
Manuel Sousa
e87422ee96
Change version and remove result="success"
10 years ago
Manuel Sousa
4843e06fcd
Change version and remove result="success"
10 years ago
Manuel Sousa
4ea269f0ba
Change version and remove result="success"
10 years ago
Manuel Sousa
99f4f592fa
add module rabbitmq_queue
10 years ago
Manuel Sousa
308305a691
add module rabbitmq_exchange
10 years ago
Manuel Sousa
fa97d665b9
add module rabbitmq_binding
10 years ago
Timothy Vandenbrande
a90f5f6ba9
Merge remote-tracking branch 'upstream/devel' into devel
10 years ago
Jeff Rizzo
d8d1ca85df
Support both new and old pkgin versions by testing if '-p' flag exists.
10 years ago
Nick Harring
c0ca227717
PEP-8 style fixes
10 years ago
Rick Mendes
ce1b3d257c
house cleaning based on code review
10 years ago
Toshio Kuratomi
66a96ad6e2
Merge pull request #453 from julienvey/patch-1
...
[homebew_cask] Be consistent in the documentation
10 years ago
Rene Moser
a52a4b33e7
cloudstack: new module cs_instancegroup
10 years ago
Julien Vey
34b81a8756
[homebew_cask] Be consistent in the documentation
...
The documentation for the `state` field is not very clear.
It says possible values are "installed, uninstalled" and default value is "present"
The examples below alow uses `present` and `absent`.
This patch uses "absent" and "present" instead of "installed" and "uninstalled"
Moreover, this is consistent with other packaging modules, like homebrew itself
10 years ago
Brian Coca
3d00e1c5d1
Merge pull request #452 from zyegfryed/patch-1
...
Typo
10 years ago
Sébastien Fievet
4e21eb09db
Typo
10 years ago