Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simple Deploy- and Management
package.packaging
Commits
871e5107
Commit
871e5107
authored
Jun 21, 2021
by
Richter, Robin
Browse files
changed structure of 'keys'
parent
962f1d35
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
871e5107
...
@@ -14,14 +14,31 @@ development note: Define these variables in the defaults/main.yml or vars/main.y
...
@@ -14,14 +14,31 @@ development note: Define these variables in the defaults/main.yml or vars/main.y
*
packaging_repositories
*
packaging_repositories
*
description:
*
description:
*
This is a list of dictionaries for the reporsitories of a package management and contains some information about them.
*
This is a list of dictionaries for the reporsitories of a package management and contains some information about them.
*
Every list entry has following keys by default:
-
name: name of the repository as string (optional)
-
url: URL of the repository as string (default: 1. system_local_mirror, 2. system_home_mirror)
-
enabled: activation state of the repository as boolean (default: true)
-
release: release(-name) of the repository as string (required)
-
subrepos: list of subrepos (optional)
-
options: list of options (optional)
*
The keys of each entry can be extended depending on the package manangement.
*
The keys of each entry can be extended depending on the package manangement.
*
keys:
*
name
*
description:
*
name of the repository as string
*
default: ''
*
url
*
description:
*
URL of the repository as string
*
default: 1. system_local_mirror, 2. system_home_mirror
*
enabled
*
description:
*
activation state of the repository as boolean
*
default: true
*
release
*
description:
*
release(-name) of the repository as string (required)
*
subrepos
*
description:
*
list of subrepos
*
default: []
*
options
*
description:
*
list of options
*
default: []
*
default: []
*
default: []
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment