Skip to content
Snippets Groups Projects
Verified Commit 30bc9610 authored by Varac's avatar Varac
Browse files

Remove DNS records for droplet

parent 28a7f15e
No related branches found
No related tags found
No related merge requests found
......@@ -229,6 +229,7 @@ def main(): # pylint: disable=too-many-statements,too-many-branches
if args.terminate:
cosmos.terminate_droplets_by_name(droplet_name)
cosmos.delete_domain_records_by_name('openappstack.net', droplet_name)
def run_ansible(playbook, ansible_params):
""" Calls `ansible-playbook` directly to run the specified playbook. """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment