Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
21 results

modules

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Rafael Guterres Jeffman authored
    IPA CLI has an option `name_from_ip` that provide a name for a zone
    from the reverse IP address, so that it can be used to, for example,
    manage PTR DNS records.
    
    This patch adds a similar attribute to ipadnszone module, where it
    will try to find the proper zone name, using DNS resolve, or provide
    a sane default, if a the zone name cannot be resolved.
    
    The option `name_from_ip` must be used instead of `name` in playbooks,
    and it is a string, and not a list.
    
    A new example playbook was added:
    
        playbooks/dnszone/dnszone-reverse-from-ip.yml
    
    A new test playbook was added:
    
        tests/dnszone/test_dnszone_name_from_ip.yml
    abbd15e6
    History
    Name Last commit Last update
    ..