Skip to content
Snippets Groups Projects
Commit e2da1f51 authored by Andreas Hamacher's avatar Andreas Hamacher Committed by Trung Nguyen
Browse files

Fitdgx

parent 14b47c53
No related branches found
No related tags found
1 merge request!485Fitdgx
......@@ -57,6 +57,18 @@
command:
cmd: './configure --disable-server --with-o2ib=/usr/src/ofa_kernel/default'
chdir: /tmp/lustre-release
when: fitdgx not in inventory_hostname
- name: fail on fitdgx for a manuall process
fail:
msg: "check the linux src directory. likely with uname -r. and comment this fail and edit the task below. sorry this is manual for now."
when: fitdgx in inventory_hostname
- name: configure on fitdgx
command:
cmd: './configure --with-linux=/usr/src/linux-headers-5.4.0-74-generic --disable-server --with-o2ib=yes --disable-doc --disable-tests'
chdir: /tmp/lustre-release
when: fitdgx in inventory_hostname
- name: make
make:
......@@ -76,4 +88,4 @@
make:
target: debs
chdir: /tmp/lustre-release
when: ansible_os_family == 'Debian'
\ No newline at end of file
when: ansible_os_family == 'Debian'
- name: Add ec2-user to systems group locally
- name: Add ansible_user to systems group locally
user:
name: ec2-user
name: {{ ansible_user }}
groups: systems
append: yes
become: true
......
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