From 27c972f8c76266c8f43a9c35dbaaa041ef27ce89 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 21 Feb 2017 15:01:51 +0100 Subject: lib_openshift: new module atomic_container Signed-off-by: Giuseppe Scrivano --- roles/lib_openshift/src/doc/atomic_container | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 roles/lib_openshift/src/doc/atomic_container (limited to 'roles/lib_openshift/src/doc') diff --git a/roles/lib_openshift/src/doc/atomic_container b/roles/lib_openshift/src/doc/atomic_container new file mode 100644 index 000000000..53fc40f36 --- /dev/null +++ b/roles/lib_openshift/src/doc/atomic_container @@ -0,0 +1,36 @@ +# flake8: noqa +# pylint: skip-file + +DOCUMENTATION = ''' +--- +module: oc_atomic_container +short_description: Manage the container images on the atomic host platform +description: + - Manage the container images on the atomic host platform + - Allows to execute the commands on the container images +requirements: + - atomic + - "python >= 2.6" +options: + name: + description: + - Name of the container + required: True + default: null + image: + description: + - The image to use to install the container + required: True + default: null + state: + description: + - State of the container + required: True + choices: ["latest", "absent", "latest", "rollback"] + default: "latest" + values: + description: + - Values for the installation of the container + required: False + default: None +''' -- cgit v1.2.3