Software icon indicating copy to clipboard operation
Software copied to clipboard

Cache Password from invocation args for ansible

Open Andrewyx opened this issue 9 months ago • 0 comments

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.

Blocked By

Andrewyx avatar Mar 01 '25 22:03 Andrewyx