-
Notifications
You must be signed in to change notification settings - Fork 5
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 #58 from erikschaberg/10.1.0
local frontends and mol 10.1.0
- Loading branch information
Showing
54 changed files
with
3,231 additions
and
136 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 |
---|---|---|
|
@@ -32,4 +32,3 @@ rules: | |
allowed-values: ['True', 'true', 'False', 'false', 'yes', 'no'] | ||
check-keys: true | ||
level: warning | ||
|
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 |
---|---|---|
|
@@ -9,28 +9,29 @@ namespace: molgenis | |
name: molgenis10 | ||
|
||
# The version of the collection. Must be compatible with semantic versioning | ||
version: 10.0.6 | ||
version: 10.1.0 | ||
|
||
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection | ||
readme: README.md | ||
|
||
# A list of the collection's content authors. Can be just the name or in the format 'Full Name <email> (url) | ||
# @nicks:irc/im.site#channel' | ||
authors: | ||
- Erik Schaberg <[email protected]> | ||
- Sido Haakma <[email protected]> | ||
- Molgenis operations team <[email protected]> | ||
- Erik Schaberg <[email protected]> | ||
- Molgenis operations team <[email protected]> | ||
|
||
|
||
### OPTIONAL but strongly recommended | ||
|
||
# A short summary description of the collection | ||
description: this collection contains roles and playbooks to roll-out and update a Molgenis instance in your own infrastructure (see https://www.molgenis.org) | ||
description: > | ||
this collection contains roles and playbooks to roll-out and update a Molgenis instance | ||
in your own infrastructure (see https://www.molgenis.org) | ||
# Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only | ||
# accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file' | ||
license: | ||
- GPL-2.0-or-later | ||
- GPL-2.0-or-later | ||
|
||
# The path to the license file for the collection. This path is relative to the root of the collection. This key is | ||
# mutually exclusive with 'license' | ||
|
@@ -50,7 +51,7 @@ dependencies: {} | |
repository: https://github.com/molgenis/ | ||
|
||
# The URL to any online docs | ||
documentation: https://www.molgenis.org/learn.html | ||
documentation: https://www.molgenis.org/learn.html | ||
|
||
# The URL to the homepage of the collection/project | ||
homepage: https://molgenis.org | ||
|
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
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,8 +1,7 @@ | ||
--- | ||
- name: restart elasticsearch service | ||
- name: Restart elasticsearch service | ||
ansible.builtin.systemd: | ||
name: elasticsearch | ||
state: restarted | ||
enabled: yes | ||
listen: "restart elasticsearch" | ||
when: not ci|bool |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
galaxy_info: | ||
role_name: elasticsearch_7 | ||
author: Erik Schaberg | ||
description: this role is part of the Molgenis installation | ||
company: UMCG/RUG | ||
license: license (GPLv3) | ||
min_ansible_version: 2.7.9 | ||
platforms: | ||
- name: EL | ||
versions: | ||
- "8" | ||
- "7" | ||
- name: Ubuntu | ||
versions: | ||
- "focal" | ||
- "jammy" | ||
galaxy_tags: [molgenis] | ||
dependencies: [] |
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,5 +1,5 @@ | ||
--- | ||
- name: restart Minio | ||
- name: Restart Minio | ||
ansible.builtin.systemd: | ||
name: minio | ||
state: restarted | ||
|
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
Oops, something went wrong.