|
|
|
@ -19,9 +19,10 @@ ansible-playbook --vault-password-file=.vault_pass.txt slurm.yml --skip-tags bu
@@ -19,9 +19,10 @@ ansible-playbook --vault-password-file=.vault_pass.txt slurm.yml --skip-tags bu
|
|
|
|
|
|
|
|
|
|
Furthermore, you can prevent the services from starting inmediately by providing the `--skip-tags start-service` flag. |
|
|
|
|
|
|
|
|
|
### Installing node exporter on a single node. |
|
|
|
|
### Setting the state of a single node. |
|
|
|
|
|
|
|
|
|
If you want to bring a node's configuration up to date. For example after it has been rolled out via xcat, you can run the following command. |
|
|
|
|
This will configure all state for that node. (node exporter for prometheus, if it is a gpu node, gpu monitoring etc) |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
ansible-playbook --limit pg-node023 site.yml |
|
|
|
|