Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-factory
Manage
Activity
Members
Labels
Plan
Issues
76
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
!205
FEAT: paramaterize centos repos
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
FEAT: paramaterize centos repos
dwheel7/hpc-factory:feat-paramterize-centos-repos
into
main
Overview
1
Commits
1
Pipelines
0
Changes
2
Merged
Dylan W Wheeler
requested to merge
dwheel7/hpc-factory:feat-paramterize-centos-repos
into
main
3 weeks ago
Overview
1
Commits
1
Pipelines
0
Changes
2
Expand
update group_vars to have variable for centos_repos
update the related ansible playbook to pull from that variable
closes
#257 (closed)
Edited
3 weeks ago
by
Dylan W Wheeler
👍
1
👎
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
cd4a3038
1 commit,
3 weeks ago
2 files
+
4
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
ansible/group_vars/all
+
3
−
0
Options
@@ -89,3 +89,6 @@
node_exporter_user: node_exporter
node_exporter_group: node_exporter
node_exporter_port: 9100
# CentOS Repo
centos_base_url: "http://vault.centos.org"
Loading