aws-samples / aws-eda-slurm-cluster

AWS Slurm Cluster for EDA Workloads
MIT No Attribution
23 stars 7 forks source link

Support ParallelCluster 3.9.2 and 3.9.3. Fix ansible playbooks. #241

Closed cartalla closed 1 week ago

cartalla commented 1 week ago

Replace include with include_tasks.

Resolves #238

Resolve ansible-lint warnings and errors

Use snake case instead of camel cases. Ansible naming conventions recommends only using lower-case alphanumeric variable names with underscores.

Support ParallelCluster 3.9.2.

Resolves #236

Add support for ParallelCluster 3.9.3

Resolves #240

Fix filename in documentation

Update the file where the Licenses are configured if you aren't using the slurmdb.

Resolves #239

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.