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

Removing duplicated role: usegalaxy_eu.handy.os_setup #76

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
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
10 changes: 0 additions & 10 deletions ansible-roles/setup-vgcn-bwcloud-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,16 +152,6 @@
- usegalaxy_eu.nvidia_container

- usegalaxy-eu.logrotate
- role: usegalaxy_eu.handy.os_setup
vars:
enable_powertools: false # geerlingguy.repo-epel role doesn't enable PowerTools repository
enable_remap_user: true # needs to be at the end, otherwise dnsmasq will occupy 999 slot
enable_pam_limits: false
enable_grub: false
enable_cgroups: false
enable_journald: false
enable_install_software: false
enable_ansible_root_cron: true

# Applies a 250GB soft and 1TB hard limit on the file size for the condor systemd unit
- role: usegalaxy-eu.fslimit
Expand Down
11 changes: 0 additions & 11 deletions ansible-roles/setup-vgcn-bwcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,17 +146,6 @@
- galaxyproject.cvmfs
- galaxyproject.pulsar
- usegalaxy-eu.logrotate
- role: usegalaxy_eu.handy.os_setup
vars:
enable_powertools: false # geerlingguy.repo-epel role doesn't enable PowerTools repository
enable_remap_user: true # needs to be at the end, otherwise dnsmasq will occupy 999 slot
enable_kernel_5: false
enable_pam_limits: false
enable_grub: false
enable_cgroups: false
enable_journald: false
enable_install_software: false
enable_ansible_root_cron: true

# Applies a 250GB soft and 1TB hard limit on the file size for the condor systemd unit
- role: usegalaxy-eu.fslimit
Expand Down