Skip to content
Snippets Groups Projects
Commit 51d68f3b authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

producing json output

Former-commit-id: ab508404
parent 88441fba
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ ansible_create_cluster_stage:
- ansible -i files/inventory.$STACKNAME --key-file ../gc_key.pem -b -a "systemctl restart slurmdbd" ManagementNodes
- sleep 60
- echo do it again
- ansible-playbook -i files/inventory.$STACKNAME --key-file ../gc_key.pem --skip-tags monitoring master_playbook.yml
- ANSIBLE_STDOUT_CALLBACK=json ansible-playbook -i files/inventory.$STACKNAME --key-file ../gc_key.pem --skip-tags monitoring master_playbook.yml
tests:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment