Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 1.9 KB

README.md

File metadata and controls

77 lines (50 loc) · 1.9 KB

CI Ansible Role Release

Ansible Role: marvel-nccr.libxc

An ansible role to install libxc.

See also: See: https://www.tddft.org/programs/libxc/installation/.

Installation

ansible-galaxy install marvel-nccr.libxc

Role Variables

See defaults/main.yml

Example Playbook

- hosts: servers
  roles:
  - role: marvel-nccr.libxc
    vars:
      libxc_version: "4.3.4"  # git release

Development and testing

This role uses Molecule and Docker for tests.

After installing Docker:

Clone the repository into a package named marvel-nccr.libxc (the folder must be named the same as the Ansible Galaxy name)

git clone https://github.com/marvel-nccr/ansible-role-libxc marvel-nccr.libxc
cd marvel-nccr.libxc

Then run:

pip install -r requirements.txt  # Installs molecule
molecule test  # runs tests

or use tox (see tox.ini):

pip install tox
tox

Code style

Code style is formatted and linted with pre-commit.

pip install pre-commit
pre-commit run -all

Deployment

Deployment 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.

License

MIT

Contact

Please direct inquiries regarding Quantum Mobile and associated ansible roles to the AiiDA mailinglist.