Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-factory
Manage
Activity
Members
Labels
Plan
Issues
70
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
Merge requests
!179
Feat password auth
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Feat password auth
louistw/hpc-factory:feat-password-auth
into
main
Overview
0
Commits
4
Pipelines
0
Changes
3
Open
Bo-Chun Chen
requested to merge
louistw/hpc-factory:feat-password-auth
into
main
4 months ago
Overview
0
Commits
4
Pipelines
0
Changes
1
Expand
Fixes
devops#585
Fixes
https://gitlab.rc.uab.edu/rc/hpc-factory/-/issues/205
Edited
3 months ago
by
Bo-Chun Chen
👍
0
👎
0
Merge request reports
Viewing commit
60073227
Prev
Next
Show latest version
1 file
+
5
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
60073227
feat: add password auth variables
· 60073227
Bo-Chun Chen
authored
4 months ago
ansible/group_vars/all
+
5
−
0
Options
@@ -89,3 +89,8 @@
@@ -89,3 +89,8 @@
node_exporter_user: node_exporter
node_exporter_user: node_exporter
node_exporter_group: node_exporter
node_exporter_group: node_exporter
node_exporter_port: 9100
node_exporter_port: 9100
# password auth
enable_password_auth: false
password_auth_bucket: "cheaha-misc-files"
password_auth_object: "password-auth-config.tar"
Loading