Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-factory
Manage
Activity
Members
Labels
Plan
Issues
68
Issue boards
Milestones
Wiki
Code
Merge requests
11
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
be66a996
Commit
be66a996
authored
5 months ago
by
Bo-Chun Chen
Browse files
Options
Downloads
Patches
Plain Diff
feat: remove temporary folder is removed after the task
parent
d23b8499
No related branches found
Branches containing commit
No related tags found
2 merge requests
!148
Fix ssh host key role
,
!117
This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/ssh_host_keys/tasks/main.yml
+5
-0
5 additions, 0 deletions
ansible/roles/ssh_host_keys/tasks/main.yml
with
5 additions
and
0 deletions
ansible/roles/ssh_host_keys/tasks/main.yml
+
5
−
0
View file @
be66a996
...
...
@@ -32,6 +32,11 @@
remote_src
:
yes
become
:
true
-
name
:
Remove the temporary folder after put in place
ansible.builtin.file
:
path
:
/tmp/ssh_keys
state
:
absent
-
name
:
Restart SSH service
ansible.builtin.service
:
name
:
sshd
...
...
This diff is collapsed.
Click to expand it.
Krish Moodbidri
@krish94
mentioned in issue
#164 (closed)
·
5 months ago
mentioned in issue
#164 (closed)
mentioned in issue #164
Toggle commit list
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