mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-10 02:35:54 +00:00
15 lines
372 B
YAML
15 lines
372 B
YAML
---
|
|
- name: Playbook to manage DNS forward zone
|
|
hosts: ipaserver
|
|
become: true
|
|
gather_facts: false
|
|
|
|
tasks:
|
|
- name: Ensure DNS forward zone is present with forwarder address and non-standard port.
|
|
ipadnsforwardzone:
|
|
ipaadmin_password: SomeADMINpassword
|
|
name: example.com
|
|
forwarders:
|
|
- ip_address: 192.168.100.123
|
|
port: 8063
|