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

Feature custom ansible.cfg and custom slurm.conf #488

Merged
merged 4 commits into from
Apr 15, 2024

Conversation

XaverStiensmeier
Copy link
Contributor

ansible.cfg and slurm.conf are now only held as defaults that are then copied to the correct location if they are not already present. This allows users to customize their files without loosing them on a new pull and also restore the default version by just deleting their own. This is not done via Ansible pre-tasks as we do not execute Ansible on the machine that runs bibigrid.sh (Ansible runs remotely). We use shutil for now.

Also fixes dev bug that made hosts file persistent instead of resetting them for every cluster run (didn't affect runs).

Closes #485
Closes #475

@XaverStiensmeier XaverStiensmeier merged commit 93f8013 into dev Apr 15, 2024
3 checks passed
@XaverStiensmeier XaverStiensmeier deleted the feature-custom-ansible-cfg branch April 15, 2024 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants