Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sysadmin-ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Teckids
Team Sysadmin
sysadmin-ansible
Commits
8954d452
Unverified
Commit
8954d452
authored
5 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Rename sshAuthorizedKey to sshPublicKey. Advances ticdesk#64.
parent
5d996e50
Branches
ticdesk-issue64
No related tags found
1 merge request
!9
WIP: Rename sshAuthorizedKey to sshPublicKey. Advances ticdesk#64.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
files/sssd.conf
+1
-1
1 addition, 1 deletion
files/sssd.conf
site.yml
+1
-1
1 addition, 1 deletion
site.yml
with
2 additions
and
2 deletions
files/sssd.conf
+
1
−
1
View file @
8954d452
...
@@ -29,7 +29,7 @@ ldap_schema = rfc2307
...
@@ -29,7 +29,7 @@ ldap_schema = rfc2307
ldap_account_expire_policy
=
shadow
ldap_account_expire_policy
=
shadow
ldap_pwd_policy
=
shadow
ldap_pwd_policy
=
shadow
ldap_access_order
=
fitler
,
expire
ldap_access_order
=
fitler
,
expire
ldap_user_ssh_public_key
=
ssh
Authorized
Key
ldap_user_ssh_public_key
=
ssh
Public
Key
auth_provider
=
krb5
auth_provider
=
krb5
chpass_provider
=
krb5
chpass_provider
=
krb5
cache_credentials
=
true
cache_credentials
=
true
...
...
This diff is collapsed.
Click to expand it.
site.yml
+
1
−
1
View file @
8954d452
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
regexp
:
tcp_listen_port
regexp
:
tcp_listen_port
notify
:
restart auditd
notify
:
restart auditd
-
name
:
Get supraadmin SSH keys
-
name
:
Get supraadmin SSH keys
shell
:
ldapsearch -H ldapi:// -Y EXTERNAL -QLLL -o ldif-wrap=no -b ou=People,dc=teckids,dc=org memberOf=cn=supraadmin,ou=Groups,dc=teckids,dc=org ssh
Authorized
Key | grep ssh
Authorized
Key | cut -d" " -f2-4
shell
:
ldapsearch -H ldapi:// -Y EXTERNAL -QLLL -o ldif-wrap=no -b ou=People,dc=teckids,dc=org memberOf=cn=supraadmin,ou=Groups,dc=teckids,dc=org ssh
Public
Key | grep ssh
Public
Key | cut -d" " -f2-4
register
:
supraadminkeys
register
:
supraadminkeys
-
name
:
Get DNS key for dehydrated
-
name
:
Get DNS key for dehydrated
fetch
:
src=/etc/dehydrated/acme.key dest=tmp/ flat=yes
fetch
:
src=/etc/dehydrated/acme.key dest=tmp/ flat=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