Skip to content

Commit

Permalink
Rename marvel-nccr with aiidalab. (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha authored Aug 29, 2022
1 parent fa52e94 commit 3458e10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
[![Build Status](https://travis-ci.org/marvel-nccr/ansible-role-aiidalab-server.svg?branch=master)](https://travis-ci.org/marvel-nccr/ansible-role-aiidalab-server)

# Ansible Role: marvel-nccr.aiidalab_server
# Ansible Role: aiidalab.aiidalab_server

An Ansible role that deploys a multi-user [AiiDAlab](aiidalab.materialscloud.org) server on Ubuntu.

## Installation

`ansible-galaxy install marvel-nccr.aiidalab_server`
`ansible-galaxy install git+https://github.com/aiidalab/ansible-role-aiidalab-server.git,v0.4.0`

## Role Variables

Expand All @@ -18,7 +16,7 @@ Configure which docker image to use, resource limits, and more.
```yaml
- hosts: servers
roles:
- role: marvel-nccr.aiidalab_server
- role: aiidalab.aiidalab_server
```
## Tests
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
- aiidalab_server_docker_stack: 1.0b4-k8s

roles:
- role: "marvel_nccr.aiidalab_server"
- role: "aiidalab.aiidalab_server"

0 comments on commit 3458e10

Please sign in to comment.