Software
Software copied to clipboard
Cache Password from invocation args for ansible
Description of the task
Deploying to robots currently requires developers to monitor their computers to enter the team password for copy commands handled by ansible playbooks. This is both annoying and forces developers to stare at their computers across entire build processes waiting for password prompts.
We should cache our password when calling ansible playbooks so that we do not need to re-enter it repeatedly across a playbook execution.
Acceptance criteria
- [ ] The password is entered once as part of a flag during the run_ansible.py command and not requested again later as playbooks run.