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

make sure we can install the hpcsystems stack

parent cf9d4321
No related branches found
No related tags found
1 merge request!118Ansible check
...@@ -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