Update modules

This commit is contained in:
Chris Houseknecht
2017-03-27 20:30:06 -04:00
parent b6689dd855
commit 8a7f78993f
147 changed files with 1904 additions and 768 deletions

View File

@@ -36,6 +36,12 @@ options:
- Enable debug output from the OpenShift helper. Logging info is written to KubeObjHelper.log
default: false
type: bool
force:
description:
- If set to C(True), and I(state) is C(present), an existing object will updated,
and lists will be replaced, rather than merged.
default: false
type: bool
host:
description:
- Provide a URL for acessing the Kubernetes API.