-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sap_vm_provision: allow Private DNS Records for hosts to be overwritten #2
Comments
Will need to implement a new default variable This will also require:
|
OK so the default action of Ansible if there is a conflict, is not to enact a change. Appending any 'destructive' behaviour (i.e. destroy this DNS Record with the same name, and create the DNS Record with new values) would be an optional choice through a variable. I have looked through the Ansible Modules called by
As not all vendors allow this capability, we cannot introduce an Change not approved, and this GH Issue should be closed. |
sap_vm_provision: Add overwrite: true to Ansible AWS Route53 DNS Records for hosts
@sean-freeman Current implementation works great idempotently but gets stopped on route53 step because it will not overwrite by default.
community.sap_infrastructure/roles/sap_vm_provision/tasks/platform_ansible/aws_ec2_vs/execute_main.yml
Line 64 in a67f6b8
The text was updated successfully, but these errors were encountered: