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
!134
fix: install boto3
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: install boto3
louistw/hpc-factory:fix-boto3-package
into
feat-hpc-factory
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Bo-Chun Chen
requested to merge
louistw/hpc-factory:fix-boto3-package
into
feat-hpc-factory
7 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Closes
#149 (closed)
👍
0
👎
0
Merge request reports
Compare
feat-hpc-factory
feat-hpc-factory (base)
and
latest version
latest version
483f2975
1 commit,
7 months ago
1 file
+
6
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ansible/roles/ssh_host_keys/tasks/main.yml
+
6
−
0
Options
@@ -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
Loading