Can you share which line from the example is not working for you, and what parameters you are passing to it?
Also, what version of Ansible are you using? On Wed, Sep 3, 2014 at 4:54 PM, Jeff Johnson <[email protected]> wrote: > I'm new to Ansible and loving it so far. But I'm new so maybe I'm missing > something obvious when I can't figure out how to make the > digital_ocean_domain module create DNS records instead of just zone files. > > The example here, http://docs.ansible.com/digital_ocean_domain_module.html, > creates a DigitalOcean droplet (virtual machine), and then creates a > DigitalOcean domain record (DNS zone file) with the IP of the newly created > droplet. > > What I would really like is to be able to create a DNS A record inside a > zone file. > > The module code, > https://github.com/ansible/ansible/blob/devel/library/cloud/digital_ocean_domain, > seems to have some support for records but the documentation doesn't say > how to use it and I'm not sure that it can be used as I'm new to Ansible > and my attempts to write YAML that passes in records hasn't worked. > > Does anyone have experience with this module and can you tell me how to > use it? > > Thanks! > > > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/8d5a8282-1ac1-43e5-ab3e-474f7a4db62b%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/8d5a8282-1ac1-43e5-ab3e-474f7a4db62b%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CA%2BnsWgx4U1gxZS1uCFHF4ZGk-M8h_qUO9MVDQhCHGD%3DNR1%2B15g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
