Move DNS provisioning into individual stacks #13
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#13
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?
Stack playbooks are the most compartmentalized place to keep the Ansible tasks that provision DNS records (usually just a CNAME to the domain root). It only requires a lookup into the
password-store
.This is also labelled security, as stack removal should remove superfluous DNS records.