Ryan Petrello
0e7106b106
properly pass /api/v1/ credential fields for older Towers ( #36917 )
7 years ago
AlanCoding
fe10685b01
Add more maintainers to team_tower
7 years ago
Mikhail Naletov
7ade607525
Add variables and variable_file in terraform module ( #36879 )
...
* Fixes #36837
Added terraform variables for validate command
* Fixes #36837
Changed method from append to extend.
7 years ago
Ganesh Nalawade
b12e90311f
map network_os to ncclient device_params ( #36819 )
...
* map network_os to ncclient device_params
Fixes #36786
* update device map
* Add default netconf fallback plugin
7 years ago
Matt Martz
ca092b5c26
Skip top level args that are the same as args in provider in doc<->arg_spec comparisons ( #36911 )
7 years ago
Ryan Petrello
a82043939b
properly detect the absence of credential_type in older tower-cli ( #36908 )
7 years ago
Chris Houseknecht
ac11027d58
Convert key to snake. Fixes #36845 . ( #36887 ) ( #36904 )
7 years ago
Pierrick Caillon
808f45db55
Allow configuration of manual mac address ( #35504 )
7 years ago
Kevin M. Gallagher
3a6f0fbb9c
Allow inversion of uid_owner match in iptables module ( #36073 )
...
Fixes #20747 and updates documentation for uid_owner in iptables.py
7 years ago
Shawn Q Jackson
9db509db80
corrected typo in documentation examples ( #36894 )
7 years ago
Ganesh Nalawade
5c2a1a6124
Fix eos_vrf integration test failures ( #36893 )
7 years ago
Ganesh Nalawade
41d75783b5
Fix junos_command py3 related issues ( #36782 )
...
Fixes #36204
* tostring() input string shoulb be in byte string format
* to_ele() input is required in unicode format
7 years ago
Trishna Guha
2fbfce06e7
Fix nxos_interface multiple issues ( #36827 )
...
* fix interface_type
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* fix setting mtu, doc for state check param, doc for params applicable for ethernet intf
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* speed idempotence and add unittest
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* fabric_forwarding_anycast_gateway applicable for svi type intf only
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* fix speed
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
7 years ago
ABond
e2615308f9
Include Digital Ocean Token Alias ( #36810 )
7 years ago
Abhijeet Kasurde
0694aca2a0
VMware: refactor configure disk logic ( #36617 )
...
This fix corrects logic related to disk parameters.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
7 years ago
Dag Wieers
6601e78dfa
Wrong syntax
7 years ago
scottb
f923299fe8
Adds the ability to override the doc build output directory from the command line. ( #36604 )
...
* Adds the ability to override the doc build output from the command line.
* For safety, removed straight rm of BUILDDIR and removed subdirectories instead.
* Added check to see if BUILDDIR was defined to main makefile
7 years ago
Russ Starr
4a6758b74f
Update playbooks_filters_ipaddr.rst ( #36883 )
...
Fixed a typo since the example should be referencing the newly defined list.
7 years ago
Brian Coca
809106ba77
fix unixy when debug's msg is not text ( #36882 )
...
fixes #36850
7 years ago
Claes Nästén
cf6726397e
Add tbjurman to team_nso ( #36861 )
7 years ago
Pilou
274a4b0688
gitlab_project: don't ignore errors ( #36702 )
...
* gitlab_project: check that errors are reported
* gitlab_project: report encountered errors
Fix #36495
7 years ago
Jordan Borean
c3a805aa3c
minor wording changes to remove ambiguity
7 years ago
Michael Gajda
45e7689335
Fix lineinfile example
...
The examples comment said 'Add a line to a file if it does not exist, without passing regexp' which suggests, that the file is being created. But the default for 'create' is false. Thus the example lacked this option.
7 years ago
Alicia Cozine
4f63123320
Network Platform docs ( #36814 )
...
* introduces platform docs
7 years ago
Dag Wieers
eae0aa0592
Automatically stuff reference in commit message ( #36844 )
...
* Automatically stuff reference in commit message
So we probably want to track which edits were performed through the
Github interface, and this change automatically adds a label to the
commit message.
```yaml
<!--- Your description here -->
+label: docsite_pr
```
Eventually this allows to (on regular basis) list the changes from
documentation readers and process them in a separate process.
7 years ago
Dag Wieers
629278464f
Improve contribute-message in document footer ( #36841 )
7 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.
7 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.
7 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.
7 years ago
Yanis Guenane
6633eaa2c1
crypto: Fix incorrect type for privatekey_passphrase ( #36868 )
...
Fix incorrect type for privatekey_passphrase path -> str
7 years ago
John R Barker
41c066eff9
Fix broken links ( #36864 )
7 years ago
Abhijeet Kasurde
529bc0edc6
New module: digital_ocean_size_facts ( #35898 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
7 years ago
mikedlr
3f19ef680a
aws_ssm_parameter_store module - value parameter should be no_log since it's often a secret ( #36843 )
7 years ago
Gaurav Rastogi
60e39b9718
Updated the documentation of modules to match argspec including the type setting for bool parameters ( #36821 )
7 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>
7 years ago
Ondra Machacek
365220bea5
ovirt_vms: Fix NoneType in placement policy check ( #36775 )
...
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1549082
7 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.
7 years ago
Ondra Machacek
a0db015454
ovirt_host_networks: Fix removing the label ( #36783 )
7 years ago
Ondra Machacek
d1214484e6
ovirt_vms: Fix boot devices idempotence ( #36833 )
7 years ago
John R Barker
3911b9c53a
typo
7 years ago
John R Barker
b3c64ecd09
khjh
...
j
7 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.
7 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.
7 years ago
Ed Costello
a031e02ab0
Add aws_caller_facts module to changelog ( #36823 )
7 years ago
Deepak Agrawal
5a295162ab
Add gdpak to networking team ( #36822 )
7 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.
7 years ago
saichint
db43fe6a76
nxos_facts fix and integration tests ( #36796 )
...
* fix nxos_facts ipv6 error
* time_range not supported for N35
7 years ago
Abhijeet Kasurde
8d49bb6eee
VMware: new module: vmware_host_capability_facts ( #36497 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
7 years ago
Dag Wieers
398b3a4d76
ACI: Parameter username is not required ( #36817 )
7 years ago
Dag Wieers
68b39f7a84
Parameter method is not required ( #36816 )
7 years ago