Skip to content
Open
Changes from 1 commit
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
Prev Previous commit
More on minimal example
  • Loading branch information
kosl committed Nov 26, 2025
commit e96244a88fc28ea97f6711c18709631c0b892b35
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ For a start, to build RPMs only, use the following `slurm.yml` playbook

```yml
---

# Minimal RPM build-only playbook role
- name: Slurm RPM build host
hosts: slurm_builder
vars:
Expand All @@ -152,10 +152,12 @@ For a start, to build RPMs only, use the following `slurm.yml` playbook
roles:
- ansible_role_slurm
```
where you list a host (compute node) under [slurm_builder] inventory and run it with
where you list a host (compute node) or a group under [slurm_builder] inventory and run it limited with

ansible-playbook slurm.yml -lslurm_builder --tags build_slurm

and check `/root/rpmbuild/RPMS/x86_64` therein for later hosting with `- repo_host` or own move elsewhere.


License
-------
Expand Down