Skip to content
Snippets Groups Projects
Commit 1b062024 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

fix: create dhclient.conf if not exists

parent 86999d69
No related branches found
No related tags found
2 merge requests!127fix: dhclient.conf not exist,!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment