Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-factory
Manage
Activity
Members
Labels
Plan
Issues
63
Issue boards
Milestones
Wiki
Code
Merge requests
12
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
rc
hpc-factory
Commits
6368a3e6
Commit
6368a3e6
authored
5 months ago
by
Eesaan Atluri
Browse files
Options
Downloads
Patches
Plain Diff
feat: Add var for ldap uri in group_vars/[all,proxy]
parent
afd3bbcf
No related branches found
Branches containing commit
No related tags found
1 merge request
!92
refactor: Modify roles in cheaha.yml to enable a proxy
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/group_vars/all
+1
-0
1 addition, 0 deletions
ansible/group_vars/all
ansible/group_vars/proxy
+1
-0
1 addition, 0 deletions
ansible/group_vars/proxy
with
2 additions
and
0 deletions
ansible/group_vars/all
+
1
−
0
View file @
6368a3e6
...
...
@@ -20,4 +20,5 @@
bright_openldap_path: "/cm/local/apps/openldap"
ldap_cert_path: "{{bright_openldap_path}}/etc/certs"
ldap_uri: "ldaps://ldapserver"
This diff is collapsed.
Click to expand it.
ansible/group_vars/proxy
+
1
−
0
View file @
6368a3e6
...
...
@@ -3,6 +3,7 @@
- "10.141.255.254 master.cm.cluster master localmaster.cm.cluster localmaster ldapserver.cm.cluster ldapserver"
ldap_cert_path: "/etc/openldap/certs"
ldap_uri: "ldap://ldapserver"
mount_points:
- /gpfs4
...
...
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