Refactor Reused Ansible Tasks into Roles (w/need-based delays) #15
Labels
No Label
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 Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: python-support/python-support-infra#15
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. 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)