Move DNS provisioning into individual stacks #13
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#13
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?
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.