Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-factory
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
Eesaan Atluri
hpc-factory
Commits
87ee03b7
Commit
87ee03b7
authored
10 months ago
by
Bo-Chun Chen
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix-boto3-package' into 'feat-hpc-factory'
fix: install boto3 See merge request
!134
parents
fd4a2907
483f2975
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#12242
canceled
9 months ago
Changes
1
Pipelines
2
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 @
87ee03b7
...
...
@@ -5,6 +5,12 @@
state
:
directory
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
aws_s3
:
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