Matt Martz
e13942f9c5
Merge pull request #1522 from sivel/expect-repetition
...
Add functionality to give multiple iterative responses for a question
10 years ago
David Shrewsbury
2d7ebf0b1c
Add new os_flavor_facts.py module
...
New module to retrieve facts about existing instance flavors.
By default, facts on all available flavors will be returned.
This can be narrowed by naming a flavor or specifying criteria
about flavor RAM or VCPUs.
10 years ago
Vincent VAN HOLLEBEKE
ce3e972ce8
Do not fail when action is delete and volume is not present
...
This prevents failing when a playbook describes a volume deletion and
is launched more that once.
Without this fix, if you run the playbook a second time, it will fail.
10 years ago
Rob White
0d86bc8d6b
Add missing doc fragments
10 years ago
Marian Rusu
09268b1a48
Enable managing multiple user permissions rules from one shot
...
One of inconvinence this address is the the fact that
you have to pass user's tags even if you just want to
add a permission rule
Signed-off-by: Marian Rusu <rusumarian91@gmail.com>
10 years ago
Shawn Siefkas
ddcc15a60f
Fixing check mode support for vpc route tables
...
Loop compatibility for dry run exception handling
Route table deletion dry run handler
Fixing regression in propagating_vgw_ids default value
Adjusting truthiness of changed attribute for route manipulation
Updating propagating_vgw_ids default in docstring
10 years ago
Brian Coca
d02e26c38f
Merge pull request #1544 from colynn/devel
...
fixed python 2.4 compatibility
10 years ago
colynn.liu
9b981cecc6
fixed python 2.4 compatibility
...
nf=tempfile.NamedTemporaryFile(delete=False)
TypeError: NamedTemporaryFile() got an unexpected keyword argument 'delete'
10 years ago
Ryan G. Hunter
a59aa2cb34
monit startup fix
10 years ago
Chad Nelson
0c2f602788
Doc wrongly indicates permanent is required
...
But it isn't. :)
10 years ago
Mstislav Bobakov
8e35db0e38
Add custom parameter for a sensu_check
10 years ago
David Shrewsbury
4094154afa
Add os_group.py OpenStack module
...
Allows an admin (or privileged user) to manage Keystone v3
groups.
10 years ago
Matt Martz
9476366d4e
Add functionality to give multiple iterative responses for a question in expect
10 years ago
Matt Martz
e8427cb32a
Merge pull request #1521 from Shrews/os_keystone_domain
...
Fix exception output for os_keystone_domain.
10 years ago
David Shrewsbury
46b4622eba
Fix exception output for os_keystone_domain.
...
The message attribute of a shade exception is not very helpful.
Converting to a full string will contain many more details.
10 years ago
David Shrewsbury
b1d6c33712
Add new os_keystone_role module.
...
This new module allows for creating and deleting Keystone
roles.
10 years ago
Brian Coca
ad2208c7b5
Merge pull request #1201 from bonds/devel
...
add ports support to openbsd_pkg
10 years ago
Brian Coca
e9450df878
Merge pull request #1486 from resmo/for-ansible
...
[2.0.1] cloudstack: fixes and improvements
10 years ago
Brian Coca
174bef08ae
Merge pull request #1133 from lightblu/devel
...
Check to make sure the firewalld client is connected before proceeding
10 years ago
David Shrewsbury
f798240f43
Update Keystone Domain module for latest shade
10 years ago
Monty Taylor
02e91f8897
Extract module for keystone domain management
10 years ago
Haneef Ali
b65bd39615
Ansible module for Keystone V3 API
...
Change-Id: I9db323cc9e5a42353cab5cf4be6e22449cef8542
10 years ago
Scott Bonds
2b69a2b14c
add python 2.5 requirement and ansible 2.1 version_added
10 years ago
Daniel Vigueras
16d17d287f
iptables: fix param check in append_csv function
10 years ago
Daniel Vigueras
ece6872b81
iptables: add --limit-burst option
10 years ago
tcr
263774ea7d
Fix #1512 add missing property in win_firewall_rule
10 years ago
Mo
23aa66a48e
firewalld: fixes documentation
...
- removes warning, aligning to existing documentation
- adds version
10 years ago
RajeevNambiar
57a6a98cd9
Update sts_assume_role.py for showing the correct example syntax role_session_name instead of session_name
...
Update sts_assume_role.py for showing the correct example syntax role_session_name instead of session_name. session_name is not a valid property.
10 years ago
Chrrrles Paul
570869ef48
Merge pull request #1487 from chrrrles/vmware_doc_fragments
...
use doc fragments
10 years ago
Scott Bonds
5b555b9347
add ports support in openbsd_pkg
10 years ago
Alexander Gubin
8d7b1b0bd6
Make fileystem module idemponent. Compare devicesize and filesystemsize.
10 years ago
Yannig Perré
c276d9f621
Use -f when pvcreate to avoid interactive input.
...
Fix https://github.com/ansible/ansible-modules-extras/issues/1504
10 years ago
Brian Coca
90db7af7a7
Merge pull request #1501 from tomxtobin/fix-709-boolean-values
...
osx_defaults: Fix boolean value parsing
10 years ago
Tom X. Tobin
4c4a58e77b
osx_defaults: Fix boolean value parsing
...
Values for boolean types were being unconditionally treated as strings
(by calling `.lower()`), thus breaking value parsing for actual boolean
and integer objects.
It looks like the bug was introduced in:
- 130bd670d8
Fixes #709 .
10 years ago
Brian Coca
e5982ba5e3
Merge pull request #1500 from lipanski/fix_bundler_gem_path_option
...
Fix: Rename gem_install_path to gem_path - as specified in the docs
10 years ago
lipanski
bc66ba103f
Fix: Rename gem_install_path to gem_path - as specified in the docs
10 years ago
Brian Coca
aae5847064
Merge pull request #1403 from LinusU/linusu-iptables-cleanup
...
iptables: cleanup
10 years ago
Michal Mach
ee2c730b7e
Fix seport module issue when ports argument is interpolated from a variable and is a int
10 years ago
Brian Coca
38dfe23336
Merge pull request #1497 from jgeusebroek/devel
...
Fix documentation default value for gluster_volume start_on_create
10 years ago
Jeroen Geusebroek
e088c9f819
Fix documentation default value for gluster_volume start_on_create
10 years ago
Nate Smith
b52af2dcb1
Allow numeric npm package versions
...
When passing a package version that parses as a number (e.g. `1.9`), the version should be converted to a string before being concatenated to the package name.
10 years ago
Alexander Bulimov
ab9b0558d3
Allow recreation of same FS with force=yes
10 years ago
Hans-Joachim Kliemeck
d2959fb7ed
fixed version added and tests
10 years ago
Toshio Kuratomi
39d6066f51
Trick ansible-modules-validate to pass this with no RETURN.
...
This is a module present in 1.9 so we have to have it in even though it doesn't have RETURN
10 years ago
Alejandro Guirao
5bd31ada0e
Change for enabling future tests
10 years ago
Alejandro Guirao
0e492bb378
Change example to match a severity providen by Taiga out-of-the-box
10 years ago
Alejandro Guirao
92e2ea2cef
Minor example change
10 years ago
Alejandro Guirao
8d5ecca97f
Fix version_added in DOCUMENTATION
10 years ago
Alejandro Guirao
9d40ed90bb
Fix DOCUMENTATION typo
10 years ago
Alejandro Guirao
58a61459b3
Add taiga_issue module
10 years ago