Skip to content
Snippets Groups Projects
Commit 1cd4a782 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Merge branch 'feat-add-lmod-tracking-compute' into 'main'

Add LMOD tracking

Closes #24

See merge request rc/packer-openstack-hpc-image!15
parents b09643d3 15c2fa46
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,4 @@
become: true
roles:
- cheaha.node
- lmod_user
---
- name: Setup rsyslog
template:
src: rsyslog.j2
dest: /etc/rsyslog.d/moduleTracking-client.conf
- name: Restart rsyslog
service:
name: rsyslog
state: restarted
if $programname contains 'ModuleUsageTracking' then @{{ lmod_db_host_machine }}
&~
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