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
!127
fix: dhclient.conf not exist
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: dhclient.conf not exist
louistw/hpc-factory:fix-dhclient-file
into
feat-hpc-factory
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Bo-Chun Chen
requested to merge
louistw/hpc-factory:fix-dhclient-file
into
feat-hpc-factory
7 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Closes
#148 (closed)
Edited
7 months ago
by
Bo-Chun Chen
👍
0
👎
0
Merge request reports
Compare
feat-hpc-factory
version 1
c34bc3c2
7 months ago
feat-hpc-factory (base)
and
latest version
latest version
1b062024
1 commit,
7 months ago
version 1
c34bc3c2
1 commit,
7 months ago
1 file
+
2
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ansible/roles/cheaha.node/tasks/main.yml
+
2
−
0
Options
@@ -11,6 +11,8 @@
@@ -11,6 +11,8 @@
path
:
/etc/dhcp/dhclient.conf
path
:
/etc/dhcp/dhclient.conf
insertbefore
:
BOF
insertbefore
:
BOF
line
:
'
append
domain-name
"
cm.cluster
rc.uab.edu
ib.cluster
drac.cluster
eth.cluster
ib-hdr.cluster";'
line
:
'
append
domain-name
"
cm.cluster
rc.uab.edu
ib.cluster
drac.cluster
eth.cluster
ib-hdr.cluster";'
create
:
true
state
:
present
-
name
:
Template resolv.conf
-
name
:
Template resolv.conf
ansible.builtin.template
:
ansible.builtin.template
:
Loading