Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for Winged Helix #622

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions group_vars/all/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ auth_groups:
gid: 20013
umcg-funad:
gid: 20014
umcg-funus:
gid: 20015
#
# Default for a group of users that are only allowd to transfer data.
# Is used by the sshd role and listed in
Expand Down
2 changes: 1 addition & 1 deletion roles/sudoers/templates/92-ansible-managed
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
#
# Allow specific users or group to become the {{ item.user }} user.
#
{% if functional_admin_group is defined and functional_admin_group | length %}%{{ functional_admin_group }},{% endif %}{{ item.sudoers }} ALL=({{ item.user }}) NOPASSWD:ALL
{% if functional_admin_group is defined and functional_admin_group | length %}%{{ functional_admin_group | regex_replace(' ', '\\ ') }},{% endif %}{{ item.sudoers }} ALL=({{ item.user }}) NOPASSWD:ALL
17 changes: 16 additions & 1 deletion static_inventories/wingedhelix_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,22 @@ all:
wh-chaperone:
ansible_host: uozkh1016.zkh.umcg.intra
use_ldap: false
functional_admin_group: 'MEDGEN-NFG\ GCC\ Analyse\ Team'
functional_admin_group: 'MEDGEN-NFG GCC Analyse Team'
#
# Overrule regular_groups compared to rest of Winged Helix:
# * Do not create local functional_admin_group, which comes from UMCG AD.
# * Do not create umcg-lab, which is not used on a chaperone.
#
regular_groups:
- "{{ envsync_group }}"
- "{{ functional_users_group }}"
- 'umcg-atd'
- 'umcg-gap'
- 'umcg-gd'
- 'umcg-genomescan'
- 'umcg-gsad'
- 'umcg-gst'
- 'umcg-vipt'
rsyslog:
hosts:
wh-repo:
Expand Down