Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
hpc-team
HPCasCode
Commits
60647459
Commit
60647459
authored
4 years ago
by
Jafar Lie
Browse files
Options
Downloads
Patches
Plain Diff
enable username space
parent
05353c17
No related branches found
No related tags found
1 merge request
!384
enable username space
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/sysctl_max_user_name_spaces/files/max_user_name_spaces.conf
+1
-0
1 addition, 0 deletions
...sctl_max_user_name_spaces/files/max_user_name_spaces.conf
roles/sysctl_max_user_name_spaces/tasks/main.yml
+12
-0
12 additions, 0 deletions
roles/sysctl_max_user_name_spaces/tasks/main.yml
with
13 additions
and
0 deletions
roles/sysctl_max_user_name_spaces/files/max_user_name_spaces.conf
0 → 100644
+
1
−
0
View file @
60647459
user
.
max_user_namespaces
=
10000
This diff is collapsed.
Click to expand it.
roles/sysctl_max_user_name_spaces/tasks/main.yml
0 → 100644
+
12
−
0
View file @
60647459
-
name
:
copying networking config for sysctl
copy
:
mode
:
'
640'
src
:
max_user_name_spaces.conf
dest
:
'
/etc/sysctl.d'
become
:
true
-
name
:
update max_user_name_spaces variable for live system
sysctl
:
name
:
user.max_user_namespaces
value
:
"
10000"
become
:
true
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