Skip to content
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

DUPLICATE_RECORD #4

Open
electropolis opened this issue Sep 11, 2018 · 4 comments
Open

DUPLICATE_RECORD #4

electropolis opened this issue Sep 11, 2018 · 4 comments

Comments

@electropolis
Copy link

There is no task with conditional to check if record already exists. That should be the first condition before running add_record.yml

@xlash
Copy link

xlash commented Dec 5, 2018

It is possible to add multiple similar record for the same entry, with different values. For example, A record for "servername" could have 3 entries, with 3 different ip addresses. This scenario must also be considered.

@xlash
Copy link

xlash commented Dec 10, 2018

AWS does it within a single record :

  • route53:
    state: present
    zone: zone.com
    record: myArecord.zone.com
    type: A
    ttl: 30
    value: 1.1.1.1,2.2.2.2,3.3.3.3
    wait: yes

@mvk
Copy link
Contributor

mvk commented Nov 11, 2021

@xlash, I like the idea of being able, but do not like the idea of parsing all those ',', etc.
Maybe a sane way would be to allow passing the value with commas, and a flag to override an existing record.

WDYT ?

@mvk
Copy link
Contributor

mvk commented Nov 11, 2021

@electropolis, thank you for the suggestion!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants