stefankaerst
34f8080a19
Fixes #20096
8 years ago
stefankaerst
54619f70f4
Fixes #20096
8 years ago
Stefan Kärst
8c2fae27d6
Fixes #20096
8 years ago
stefankaerst
fb9d8a2f9c
Fixes #20096
8 years ago
stefankaerst
db1a32f8ca
Fixes #20096
8 years ago
Dag Wieers
629278464f
Improve contribute-message in document footer ( #36841 )
8 years ago
Dag Wieers
3b27d723fb
Fix indentation of requirements ( #36813 )
...
Just discovered that the requirements were indented, whereas all other
lists were not. This makes them stand out for no good reason.
8 years ago
Dag Wieers
38abda544f
Improve module docs wrt. required params ( #36812 )
...
So I am still not satisfied with how required parameters are being
displayed (before it was yes/no, then it became required/optional, and
only required).
Now it will display in small green 'required' under the parameter name.
This is more convenient, and provides more room for the description.
Especially on smaller screens.
8 years ago
Dag Wieers
974c50a417
Move notes higher up in order ( #36815 )
...
So people reading the module documentation usually look for parameters
first, and are interested in examples. However the notes are at the very
end even below the Return Values (the least interesting part).
So this change moves the notes higher up, below parameters, but before
examples so people at least see the notes.
8 years ago
Yanis Guenane
6633eaa2c1
crypto: Fix incorrect type for privatekey_passphrase ( #36868 )
...
Fix incorrect type for privatekey_passphrase path -> str
8 years ago
John R Barker
41c066eff9
Fix broken links ( #36864 )
8 years ago
Abhijeet Kasurde
529bc0edc6
New module: digital_ocean_size_facts ( #35898 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
8 years ago
mikedlr
3f19ef680a
aws_ssm_parameter_store module - value parameter should be no_log since it's often a secret ( #36843 )
8 years ago
Gaurav Rastogi
60e39b9718
Updated the documentation of modules to match argspec including the type setting for bool parameters ( #36821 )
8 years ago
Daniel Andrei Mincă
8362ddd107
clarify the slicing example ( #36842 )
...
As stated by fellow contributors, update the slicing example
Resolves:
Related: #36625
Signed-off-by: Daniel Andrei Minca <mandrei17@gmail.com>
8 years ago
Ondra Machacek
365220bea5
ovirt_vms: Fix NoneType in placement policy check ( #36775 )
...
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1549082
8 years ago
maorlipchuk
5859c102ee
Add documentation for import FCP storage domain ( #36780 )
...
FCP storage domain task, does not need to contain port or address
since the storage domain is already on the Host.
Added an example for FCP import.
8 years ago
Ondra Machacek
a0db015454
ovirt_host_networks: Fix removing the label ( #36783 )
8 years ago
Ondra Machacek
d1214484e6
ovirt_vms: Fix boot devices idempotence ( #36833 )
8 years ago
John R Barker
3911b9c53a
typo
8 years ago
John R Barker
b3c64ecd09
khjh
...
j
8 years ago
Claes Nästén
042c111563
nso_config break cycles in dependency sorting ( #36828 )
...
False assumption that values can not have cyclic dependencies. Fix by
removing dependency on self and look for cycles, if found remove
dependency to get a partial sort done.
8 years ago
Matt Clay
dc71c2197f
More code-smell sanity test updates. ( #36830 )
...
* Add test for missing Azure requirements.
* Improve readability.
* Enhance no-unicode-literals code-smell test.
8 years ago
Ed Costello
a031e02ab0
Add aws_caller_facts module to changelog ( #36823 )
8 years ago
Deepak Agrawal
5a295162ab
Add gdpak to networking team ( #36822 )
8 years ago
Ed Costello
645952c139
Add aws_caller_facts module and use it in setup-iam.yml ( #36683 )
...
* Add aws_caller_facts module and use it in setup-iam.yml
This removes the dependency on having the command line AWS tools
installed.
8 years ago
saichint
db43fe6a76
nxos_facts fix and integration tests ( #36796 )
...
* fix nxos_facts ipv6 error
* time_range not supported for N35
8 years ago
Abhijeet Kasurde
8d49bb6eee
VMware: new module: vmware_host_capability_facts ( #36497 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
8 years ago
Dag Wieers
398b3a4d76
ACI: Parameter username is not required ( #36817 )
8 years ago
Dag Wieers
68b39f7a84
Parameter method is not required ( #36816 )
8 years ago
Matt Clay
ac1698099d
Overhaul additional sanity tests. ( #36803 )
...
* Remove unnecessary sys.exit calls.
* Add files filtering for code-smell tests.
* Enhance test-constraints code-smell test.
* Simplify compile sanity test.
* Pass paths to importer on stdin.
* Pass paths to yamllinter on stdin.
* Add work-around for unicode path filtering.
* Enhance configure-remoting-ps1 code-smell test.
* Enhance integration-aliases code-smell test.
* Enhance azure-requirements code-smell test.
* Enhance no-illegal-filenames code-smell test.
8 years ago
Simon Dodsley
5b5a79917d
Fix author string in documentation section ( #36798 )
8 years ago
Simon Dodsley
3240fee9fd
Add Pure Storage FlashBlade Snapshot module ( #32505 )
8 years ago
Antonio Quinonez
de7692b1c9
Explain what the Ansible Quickstart video does ( #36453 )
...
* Explain what the Ansible Quickstart video does
Rewrote what video does. The video is really not teaching you how to do the work. It explains why you'd want to use Ansible and shows you what it takes (some sample code) . Video also introduces you to other products in the Ansible ecosystem.
* Edit
8 years ago
Dag Wieers
50e989f906
docs: Workaround for non-string values ( #36720 )
...
* Workaround for non-string values
So I think the proper fix should go into html_ify, which should convert
any value into a string, rather than expecting strings only.
* My preferred solution
8 years ago
Claes Nästén
e75989ec88
nso_config work around ordering issues ( #36774 )
...
Include dependencies when sorting entries to avoid issues with certain
versions of NSO.
8 years ago
Chandra Shekar Rangavajjula
52627f3fa0
Added extra choice floppy for bootdev option in ipmi_boot module ( #36174 )
8 years ago
Julien Vey
57f01c63e9
Add missing import keyword into snippet in Guidelines
...
PR #36779
8 years ago
Abhijeet Kasurde
443327f665
New module: digital_ocean_region_facts ( #35911 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
8 years ago
John R Barker
e00406740f
BOTMETA: label:docs ( #36757 )
...
Don't use different labels for docs, that's what is:pr and is:issue is
for.
Discussed and approved by dharmabumstead
Makes it easier to do label:docs label:networking to find all issues
and PRs
8 years ago
Matt Clay
60a24bbdaa
Pass code-smell paths on stdin.
8 years ago
Abhijeet Kasurde
87d6bdaf98
VMware: Re-enable VM poweroff testcases ( #36734 )
...
This testcases were failing due to vcsim version.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
8 years ago
nwsparks
e15a903bdf
Win lineinfile fix ( #35100 )
...
* win_lineinfile: fix #33858 . Removed conversion from \r\n
* win_lineinfile: added test for #33858
* win_lineinfile: added documentation and more tests for change
* win_lineinfile: fixed wrong hash in testing
8 years ago
Alex Ratner
c2feab0606
fix plugin-to-doc naming mismatch, typos, grammar ( #36366 )
8 years ago
Wolfgang Felbermeier
9c81b5d92b
Fix table display width. ( #36728 )
8 years ago
Matt Clay
009f536d4e
Update default docker container SHA.
...
ci_complete
8 years ago
Brian Coca
7a81d5f11e
removed now irrelevant section
...
fixes #35760
8 years ago
Matt Clay
3937082892
Fix rst link syntax.
8 years ago
Giovanni Sciortino
602f059875
Add atomic_move in ini_file module
...
Fixes #34181
8 years ago
Ryan Petrello
641f8b4ef6
tower cred: support credential kind/type for /api/v1/ and /api/v2/ ( #36662 )
...
older versions of Tower (3.1) don't have a concept of CredentialTypes
(this was introduced in Tower 3.2). This change detects older versions
of pre-3.2 tower-cli that *only* support the deprecated `kind`
attribute.
8 years ago