add deps to build irssi; add darshan-dev role

This commit is contained in:
Glenn K. Lockwood
2019-05-08 21:54:47 -07:00
parent ec8c365094
commit 6d7c298731
3 changed files with 19 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
---
- name: install prerequisite software for Darshan development
apt:
name="{{ item }}"
state=present
update_cache=yes
with_items:
- mpich
- zlib1g-dev
- autoconf
tags:
- sw
+2
View File
@@ -82,6 +82,8 @@
- include: software.yml
- include: users.yml
- include: raspi-config.yml
- include: darshan-dev.yml
when: "'darshan_dev' in myconfig and myconfig.darshan_dev"
# Configure firewall
- name: allow SSH through UFW