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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
samba
Commits
63e4f4d2
Unverified
Commit
63e4f4d2
authored
4 years ago
by
Robin Sonnabend
Browse files
Options
Downloads
Patches
Plain Diff
Remove jessie special case handling
parent
2fa7da36
No related branches found
No related tags found
No related merge requests found
Pipeline
#2658
passed
4 years ago
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ad-auth/tasks/sssd.yml
+0
-10
0 additions, 10 deletions
ad-auth/tasks/sssd.yml
nfs-client/tasks/main.yml
+0
-23
0 additions, 23 deletions
nfs-client/tasks/main.yml
with
0 additions
and
33 deletions
ad-auth/tasks/sssd.yml
+
0
−
10
View file @
63e4f4d2
...
@@ -40,19 +40,10 @@
...
@@ -40,19 +40,10 @@
tags
:
tags
:
-
sssd
-
sssd
-
name
:
get a kerberos ticket
# yamllint disable-line rule:line-length
shell
:
echo "{{ ad_admin_password_content }}" | kinit Administrator
when
:
debian_version == "jessie"
no_log
:
true
tags
:
-
sssd
-
name
:
ensure pexpect is installed
-
name
:
ensure pexpect is installed
apt
:
apt
:
name
:
python-pexpect
name
:
python-pexpect
state
:
present
state
:
present
when
:
debian_version != "jessie"
tags
:
tags
:
-
sssd
-
sssd
...
@@ -62,7 +53,6 @@
...
@@ -62,7 +53,6 @@
responses
:
responses
:
# yamllint disable-line rule:line-length
# yamllint disable-line rule:line-length
"
Passwor(d|t)
f(o|ü)r
Administrator.*"
:
"
{{
ad_admin_password_content
}}"
"
Passwor(d|t)
f(o|ü)r
Administrator.*"
:
"
{{
ad_admin_password_content
}}"
when
:
debian_version != "jessie"
no_log
:
true
no_log
:
true
tags
:
tags
:
-
sssd
-
sssd
...
...
This diff is collapsed.
Click to expand it.
nfs-client/tasks/main.yml
+
0
−
23
View file @
63e4f4d2
...
@@ -77,29 +77,6 @@
...
@@ -77,29 +77,6 @@
tags
:
tags
:
-
nfs-client
-
nfs-client
-
name
:
ensure the kernel key storage used for idmapping is sufficiently high
sysctl
:
name
:
kernel.keys.root_maxkeys
state
:
present
value
:
1000
# default is 200, this quote was reached
when
:
debian_version == "jessie"
notify
:
-
reload sysctl
tags
:
-
nfs-client
-
sysctl
-
name
:
stretch has a reasonable default value for the kernel key storage size
sysctl
:
name
:
kernel.keys.root_maxkeys
state
:
absent
when
:
debian_version == "stretch"
notify
:
-
reload sysctl
tags
:
-
nfs-client
-
sysctl
-
name
:
enable rpc-svcgssd iff we use kerberized NFS
-
name
:
enable rpc-svcgssd iff we use kerberized NFS
systemd
:
systemd
:
name
:
rpc-svcgssd.service
name
:
rpc-svcgssd.service
...
...
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