An ansible role that installs Wannier90 on Ubuntu.
ansible-galaxy install marvel-nccr.wannier90
See defaults/main.yml
- hosts: servers
roles:
- role: marvel-nccr.wannier90This role uses Molecule and Docker for tests.
After installing Docker:
Clone the repository into a package named marvel-nccr.wannier90 (the folder must be named the same as the Ansible Galaxy name)
git clone https://github.com/marvel-nccr/ansible-role-wannier90 marvel-nccr.wannier90
cd marvel-nccr.wannier90Then run:
pip install -r requirements.txt # Installs molecule
molecule test # runs testsor use tox (see tox.ini):
pip install tox
toxCode style is formatted and linted with pre-commit.
pip install pre-commit
pre-commit run -allDeployment to Ansible Galaxy is automated via GitHub Actions.
Simply tag a release vX.Y.Z to initiate the CI and release workflow.
Note, the release will only complete if the CI tests pass.
MIT
Please direct inquiries regarding Quantum Mobile and associated ansible roles to the AiiDA mailinglist.