rm doc fragments (will be reworked later (maybe))
This commit is contained in:
parent
72162785d3
commit
592adf4082
2 changed files with 0 additions and 37 deletions
|
@ -1,19 +0,0 @@
|
|||
# Copyright: (c) 2024, Luca Bilke <luca@bil.ke>
|
||||
# MIT License (see LICENSE)
|
||||
|
||||
|
||||
class ModuleDocFragment:
|
||||
DOCUMENTATION = r"""
|
||||
options:
|
||||
project_name:
|
||||
description:
|
||||
- The name of the project.
|
||||
type: str
|
||||
required: true
|
||||
project_dir:
|
||||
description:
|
||||
- The directory to place compose files in.
|
||||
type: path
|
||||
required: false
|
||||
default: /var/lib/ez_compose
|
||||
"""
|
|
@ -1,18 +0,0 @@
|
|||
# Copyright: (c) 2024, Luca Bilke <luca@bil.ke>
|
||||
# MIT License (see LICENSE)
|
||||
|
||||
|
||||
class ModuleDocFragment:
|
||||
DOCUMENTATION = r"""
|
||||
options:
|
||||
image:
|
||||
description:
|
||||
- The Docker image to run.
|
||||
type: str
|
||||
required: true
|
||||
defaults:
|
||||
description:
|
||||
- Defaults to be overwritten in the compose service definition
|
||||
type: dict
|
||||
required: false
|
||||
"""
|
Loading…
Add table
Reference in a new issue