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
db7bea80
Commit
db7bea80
authored
Jun 21, 2021
by
Richter, Robin
Browse files
Merge branch 'devel' into stable
parents
106aad96
871e5107
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
db7bea80
...
...
@@ -11,33 +11,35 @@ Variables
development note: Define these variables in the defaults/main.yml or vars/main.yml file of your sub-role.
packaging_repositories
:
*
packaging_repositories
*
description:
*
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
-
url: URL of the repository as string
-
enabled: activation state of the repository as boolean
*
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: []
Processes
=========
main
----
1.
NOP
configure
---------
1.
NOP
installsoftware
---------------
1.
NOP
Features
...
...
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