Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible_lza_ingest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
ansible_lza_ingest
Commits
34a46f07
Commit
34a46f07
authored
4 years ago
by
Jörg Sachse
Browse files
Options
Downloads
Patches
Plain Diff
chore: remove debug output and legacy tasks
parent
88dd6548
No related branches found
No related tags found
1 merge request
!1
ND-1759
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/create_users_groups.yml
+1
-26
1 addition, 26 deletions
tasks/create_users_groups.yml
with
1 addition
and
26 deletions
tasks/create_users_groups.yml
+
1
−
26
View file @
34a46f07
---
### GRUPPEN & BENUTZER ERSTELLEN ###
# - name: DEBUG output
# debug:
# msg: "Key: {{ item.key }}, Values: {{ item.value }}END"
# verbosity: 1
# with_dict: "{{ vault_groups }}"
# tags: [ always ]
# - name: DEBUG output
# debug:
# msg: "{{ item }}END"
# verbosity: 1
# with_dict: "{{ users }}"
# tags: [ always ]
-
name
:
create groups
group
:
name
:
"
{{
item.key
}}"
...
...
@@ -30,16 +15,6 @@
loop
:
"
{{
vault_human_users
}}"
tags
:
[
users
]
# do NOT run this before skel configuration has been rolled out!
# - name: create individual primary user group
# group:
# name: "{{ item.key }}"
# state: present
# gid: "{{ item.value.uid }}"
# with_dict: "{{ users }}"
# tags: [users]
# - name: Service webservice_status_SLUBarchiv.service stoppen, um Modifikationen am User zu ermöglichen
# command: systemctl stop webservice_status_SLUBarchiv.service
# tags: [users]
...
...
@@ -48,7 +23,7 @@
# command: systemctl stop chmod_sip_uploads.service
# tags: [users]
-
name
:
create users and set groups
-
name
:
create
ROBOT
users and set groups
user
:
comment
:
"
{{
item.value.comment
|
default(omit)
}}"
create_home
:
"
yes"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment