-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #100 from marvel-nccr/develop
merge release 19.09
- Loading branch information
Showing
44 changed files
with
98 additions
and
1,901 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ other_stuff/*/*.png | |
|
||
# roles & dependencies | ||
roles/marvel-nccr* | ||
roles/gantsign* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
[vms:vars] | ||
ansible_ssh_common_args= -F vagrant-ssh | ||
# modify this line to switch to python2 | ||
ansible_python_interpreter=/usr/bin/python3 | ||
[vms] | ||
default ansible_user=vagrant |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,41 @@ | ||
--- | ||
# Needed to modify this role for become_user | ||
# See https://github.com/marvel-nccr/quantum-mobile/issues/67 | ||
#- src: gantsign.default-web-browser | ||
# version: 3.1.0 | ||
- src: gantsign.default-web-browser | ||
version: 3.2.0 | ||
- src: marvel-nccr.ansible_prerequisites | ||
version: master | ||
version: v0.1.0 | ||
- src: marvel-nccr.current_user | ||
version: master | ||
version: v0.1.0 | ||
- src: marvel-nccr.add_user | ||
version: master | ||
version: v0.2.1 | ||
- src: marvel-nccr.simulationbase | ||
version: master | ||
version: v1.0.0 | ||
- src: marvel-nccr.ubuntu_desktop | ||
version: master | ||
version: v1.0.0 | ||
- src: marvel-nccr.quantum_mobile_customizations | ||
version: master | ||
version: v1.0.0 | ||
- src: marvel-nccr.editors | ||
version: master | ||
version: v1.0.1 | ||
- src: marvel-nccr.slurm | ||
version: master | ||
version: v1.0.0 | ||
- src: marvel-nccr.quantum_espresso | ||
version: master | ||
version: v1.0.1 | ||
- src: marvel-nccr.yambo | ||
version: master | ||
version: v1.0.0 | ||
- src: marvel-nccr.fleur | ||
version: master | ||
version: v1.0.0 | ||
- src: marvel-nccr.siesta | ||
version: master | ||
version: v1.0.1 | ||
- src: marvel-nccr.cp2k | ||
version: master | ||
version: v1.0.1 | ||
- src: marvel-nccr.wannier90 | ||
version: master | ||
- src: marvel-nccr.aiida | ||
version: master | ||
- src: marvel-nccr.aiidalab | ||
version: master | ||
version: v1.0.0 | ||
#- src: marvel-nccr.aiida | ||
# version: v0.1.2 | ||
- src: https://github.com/marvel-nccr/ansible-role-aiida.git | ||
version: develop | ||
name: marvel-nccr.aiida | ||
#- src: marvel-nccr.aiidalab | ||
# version: v0.1.2 | ||
- src: https://github.com/marvel-nccr/ansible-role-aiidalab.git | ||
version: develop | ||
name: marvel-nccr.aiidalab |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.