Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
samba
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
samba
Merge requests
!8
Properly scope shared variable spaces
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Properly scope shared variable spaces
clean-variable-leak
into
master
Overview
0
Commits
1
Pipelines
1
Changes
4
Merged
Properly scope shared variable spaces
Lars Beckers
requested to merge
clean-variable-leak
into
master
Apr 18, 2022
Overview
0
Commits
1
Pipelines
1
Changes
4
Supersede enforced configuration of kerberized NFS servers using (non-shared) special host groups.
Scope REALM and smb_domain variables to their respective roles. They can be automatically generated anyway.
0
0
Merge request reports
Viewing commit
399d1370
Show latest version
4 files
+
12
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
399d1370
properly scope shared variable spaces
· 399d1370
Lars Beckers
authored
Apr 18, 2022
ad-server/defaults/main.yml
+
2
−
0
View file @ 399d1370
Edit in single-file editor
Open in Web IDE
Show full file
@@ -3,3 +3,5 @@
ad_admin_password
:
samba-admin
smb_model_prefork
:
false
smb_prefork_children
:
4
# since it is default in 4.10
smb_domain
:
"
{{
domain.split('.')[0].upper()
}}"
REALM
:
"
{{
domain.upper()
}}"
Loading