Skip to content
Snippets Groups Projects
Commit a8a79331 authored by Chris Hines's avatar Chris Hines
Browse files

make sure we can install the hpcsystems stack

Former-commit-id: a279e781
parent 661d64fd
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
- openssl-devel - openssl-devel
- openldap-devel - openldap-devel
- python-pip - python-pip
- git
become: true become: true
become_user: root become_user: root
when: ansible_os_family == "RedHat" when: ansible_os_family == "RedHat"
...@@ -38,6 +39,7 @@ ...@@ -38,6 +39,7 @@
git: git:
repo: git@gitlab.erc.monash.edu.au:hpc-team/hpcsystem.git repo: git@gitlab.erc.monash.edu.au:hpc-team/hpcsystem.git
dest: /usr/local/hpcsystem dest: /usr/local/hpcsystem
accept_hostkey: True
- name: install hpcsystem_config - name: install hpcsystem_config
git: git:
......
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