We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881ca95 commit 2bdfc8aCopy full SHA for 2bdfc8a
ansible/roles/rebuild/README.md
@@ -0,0 +1,30 @@
1
+rebuild
2
+=========
3
+
4
+Enables reboot tool from https://github.com/stackhpc/slurm-openstack-tools.git to be run from control node.
5
6
+Requirements
7
+------------
8
9
+clouds.yaml file
10
11
+Role Variables
12
+--------------
13
14
+- `openhpc_rebuild_clouds`: Directory. Path to clouds.yaml file.
15
16
17
+Example Playbook
18
+----------------
19
20
+ - hosts: control
21
+ become: yes
22
+ tasks:
23
+ - import_role:
24
+ name: rebuild
25
26
+License
27
+-------
28
29
+Apache-2.0
30
ansible/roles/slurm_stats/README.md
@@ -21,7 +21,7 @@ Example Playbook
- hosts: compute
tasks:
- import_role:
- name: stackhpc.slurm_openstack_tools.slurm-stats
+ name: slurm_stats
License
0 commit comments