stackhpc / ansible-role-openhpc

Ansible role for OpenHPC
Apache License 2.0
47 stars 17 forks source link

Remove requirement for repo config outside role #56

Closed sjpb closed 3 years ago

sjpb commented 3 years ago

Depends on https://github.com/stackhpc/ansible-role-openhpc/pull/55 - now merged

Remove the need for users of this role to configure two aspects outside of the role:

sjpb commented 3 years ago

Note that travis is currently out of credits (and yum install of openhpc-release repo for some reason failed GPG signature checks) but it can be run directly in molecule with:

MOLECULE_IMAGE=centos:7 molecule test --all # RUNNING
MOLECULE_IMAGE=centos:8 molecule test - all # TODO