sysadmin75
816b20af0b
Fixes #11046
10 years ago
Brian Coca
5aa1a42848
Merge pull request #11103 from sysadmin75/11046_media_type_setup
...
fix fact gathering on OS X
10 years ago
Brian Coca
46a72d108a
added cs_project new module
10 years ago
Chris Church
d2ba0de6aa
When running winrm tests against multiple hosts, fail the play when any host has a failure.
10 years ago
Chris Church
8d742df1de
Allow prepare_win_tests role to run multiple times, before each role that depends on it.
10 years ago
sysadmin75
908d6c0ef2
Fixes #11046
10 years ago
Toshio Kuratomi
5658ddf02e
Merge pull request #11096 from szarka/patch-1
...
Update guide_aws.rst
10 years ago
Toshio Kuratomi
5954892457
Update submodule refs
10 years ago
Rob Szarka
d8bfb4c629
Update guide_aws.rst
...
Fixed typos.
10 years ago
Brian Coca
529726d0ba
fixed mistaken module update in prev commit
10 years ago
Brian Coca
7e020d21de
correctly identify ubuntu now in all cases
...
made NA the last resort
10 years ago
Brian Coca
a8c290cc3b
fixed ubuntu facts for all versions
...
made sure NA is option of last resort
10 years ago
Monty Taylor
2046d76310
Add defaults and a link to os-client-config docs
10 years ago
Monty Taylor
b659621575
Remove unneeded required_one_of for openstack
...
We're being too strict - there is a third possibility, which is that a
user will have defined the OS_* environment variables and expect them to
pass through.
10 years ago
Toshio Kuratomi
2924c90a5d
Merge pull request #10977 from emonty/fix-envvars
...
Fix envvars support in openstack modules
10 years ago
Toshio Kuratomi
dee2d53b3e
Update v2 submodule refs
10 years ago
Jon Hawkesworth
12691ce109
Add -Compress to ConvertTo-Json calls in common powershell code
10 years ago
Brian Coca
a0935a1dcd
Merge pull request #11090 from jhawkesworth/powershell-to-json-compress
...
Add -Compress to ConvertTo-Json calls in common powershell code
10 years ago
Jon Hawkesworth
9371c38af9
Add -Compress to ConvertTo-Json calls in common powershell code
10 years ago
James Cammarata
0828028c71
Fixing unit test for included file changes
10 years ago
James Cammarata
7985d2a8be
Moving included file stuff to a proper dedicated class and file (v2)
10 years ago
James Cammarata
fe014148d9
Removing errant debug print
10 years ago
Toshio Kuratomi
ac14ad1419
Test on fields that are actually set
10 years ago
Brian Coca
e7a096c4c5
cowsay is back!
10 years ago
Toshio Kuratomi
73b7d96501
Test on fields that exist
10 years ago
Stefan Midjich
e5190327f2
this fixes ansible on openbsd and freebsd systems. only tested on openbsd.
10 years ago
Toshio Kuratomi
5d213cab23
Update extras submodule ref for doc fix
10 years ago
Toshio Kuratomi
5ffc1183dd
WHoops, that was the core module stable branch
10 years ago
Toshio Kuratomi
2f4ad2714f
Update core module ref
10 years ago
Toshio Kuratomi
1bda7cc200
Test that uri module validates certs
10 years ago
Toshio Kuratomi
0f4a3409d8
Add test that validate_certs=no works
10 years ago
Toshio Kuratomi
4d8427538d
Update submodule refs
10 years ago
James Cammarata
60bea844b3
Merge branch 'v2_final' into devel_switch_v2
10 years ago
James Cammarata
2bad888f28
Merge branch 'v2_final' into devel_switch_v2
...
Conflicts:
lib/ansible/inventory/__init__.py
lib/ansible/modules/core
lib/ansible/utils/__init__.py
lib/ansible/utils/module_docs.py
10 years ago
Toshio Kuratomi
afc19894e1
Make fetch_url check the server's certificate on https connections
10 years ago
Toshio Kuratomi
1ccf2a4685
Make fetch_url check the server's certificate on https connections
10 years ago
James Cammarata
e59d4f3b51
More module_utils/basic.py unit tests for v2
10 years ago
Toshio Kuratomi
388827a636
Update submodule ref
10 years ago
Toshio Kuratomi
b91532aff3
Drop the mysql test db first so that we test with a clean slate.
10 years ago
Toshio Kuratomi
b72a912562
Update submodule refs
10 years ago
James Cammarata
339a02c384
Started reworking module_utils/basic unit tests (v2)
10 years ago
Toshio Kuratomi
ea4421d10e
Update submodule refs
10 years ago
Brian Coca
7a0c521131
added os_server_actions
10 years ago
Toshio Kuratomi
f1ab1c48f4
Update submodule refs for v2
10 years ago
Brian Coca
3865c5051b
Merge pull request #11058 from srvg/bug/11017
...
limit extensions for files in group/host_vars dir
10 years ago
Brian Coca
c87586e9e5
updated formatting
10 years ago
Toshio Kuratomi
d793ed360b
Fix syntaxerror in the required_if arg spec check
10 years ago
Toshio Kuratomi
0f23d8a503
Fix syntaxerror in the required_if arg spec check
10 years ago
Brian Coca
7c6ebcab6d
Merge pull request #11073 from msabramo/include_more_info_in_errors
...
Include more info when a task fails
10 years ago
Monty Taylor
31609e1b16
Add required_if to AnsibleModule
...
There is a common pattern in modules where some parameters are required
only if another parameter is present AND set to a particular value. For
instance, if a cloud server state is "present" it's important to
indicate the image to be used, but if it's "absent", the image that was
used to launch it is not necessary. Provide a check that takes as an
input a list of 3-element tuples containing parameter to depend on, the
value it should be set to, and a list of parameters which are required
if the required parameter is set to the required value.
10 years ago