Refactor Reused Ansible Tasks into Roles (w/need-based delays) #15
Labels
No labels
availability
bug
deployment-usability
duplicate
enhancement
help-wanted
question
security
stack-auth
stack-chat
stack-cleanup
stack-git
stack-mesh
stack-site-support
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: python-support/python-support-infra#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There's a lot of boilerplate, reuse, and just general mess in our playbooks right now.
The sustainable thing to do is to factored out into reusable roles, which can be used/reused both in this project and in other projects.
These roles should make sure to only utilize hard-coded delays (
pause
builtin module) when absolutely needed. Especially ex.:Refactor Reused Ansible Tasks into Rolesto Refactor Reused Ansible Tasks into Roles (w/need-based delays)