Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-factory
Manage
Activity
Members
Labels
Plan
Issues
64
Issue boards
Milestones
Wiki
Code
Merge requests
10
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
483f2975
Commit
483f2975
authored
6 months ago
by
Bo-Chun Chen
Browse files
Options
Downloads
Patches
Plain Diff
fix: install boto3
parent
fd4a2907
No related branches found
Branches containing commit
No related tags found
2 merge requests
!134
fix: install boto3
,
!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
+6
-0
6 additions, 0 deletions
ansible/roles/ssh_host_keys/tasks/main.yml
with
6 additions
and
0 deletions
ansible/roles/ssh_host_keys/tasks/main.yml
+
6
−
0
View file @
483f2975
...
@@ -5,6 +5,12 @@
...
@@ -5,6 +5,12 @@
state
:
directory
state
:
directory
mode
:
'
0755'
mode
:
'
0755'
-
name
:
Install require package
ansible.builtin.pip
:
name
:
boto3
extra_args
:
"
--extra-index-url
https://pypi.python.org/simple"
executable
:
"
/usr/bin/pip3"
-
name
:
Download SSH host keys tar.gz from S3
-
name
:
Download SSH host keys tar.gz from S3
aws_s3
:
aws_s3
:
mode
:
get
mode
:
get
...
...
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