Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion doc/deployment/deploy/ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ This performs a backup and truncation of the local databases on instruments. It

This is the main playbook for deploying software to NDXes. Currently this stops the server if it is running and installs the JDK using the `jdk` role.

To use this you need to run `ansible-playbook windows/instrument_deploy.yaml` - it should prompt for hosts.
To use this you need to run `ansible-playbook windows/instrument_deploy.yaml --ask-vault-pass` - it should prompt for hosts and vault password.

{#ansibleupdatingjdk}
#### Updating JDK version
Expand Down