Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-factory
Manage
Activity
Members
Labels
Plan
Issues
74
Issue boards
Milestones
Wiki
Code
Merge requests
13
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
Merge requests
!129
Feat- Add role for managing SSH host keys
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feat- Add role for managing SSH host keys
krish94/hpc-factory:feat-ssh-host-key-role
into
feat-hpc-factory
Overview
0
Commits
2
Pipelines
0
Changes
3
Merged
Krish Moodbidri
requested to merge
krish94/hpc-factory:feat-ssh-host-key-role
into
feat-hpc-factory
7 months ago
Overview
0
Commits
2
Pipelines
0
Changes
3
Expand
Ensure the
/tmp/ssh_keys
directory exists.
Download SSH host keys from S3 and unpack them to
/etc/ssh
.
Restart the SSH service to apply the new keys.
Add necessary variables for S3 and AWS credentials in
groupvars/all
.
Include
ssh_host_keys
role in
cluster.yml
playbook.
👍
0
👎
0
Merge request reports
Compare
feat-hpc-factory
version 1
1049ecd9
7 months ago
feat-hpc-factory (base)
and
latest version
latest version
ca6753c0
2 commits,
7 months ago
version 1
1049ecd9
1 commit,
7 months ago
3 files
+
42
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
ansible/group_vars/all
+
8
−
0
Options
@@ -33,3 +33,11 @@
@@ -33,3 +33,11 @@
- /gpfs4
- /gpfs4
- /gpfs5
- /gpfs5
#SSH Host Keys
S3_ENDPOINT: ""
SSH_HOST_KEYS_S3_BUCKET: ""
SSH_HOST_KEYS_S3_OBJECT: ""
# AWS credentials
LTS_ACCESS_KEY: ""
LTS_SECRET_KEY: ""
Loading