mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-15 14:02:02 +00:00
15 lines
312 B
YAML
15 lines
312 B
YAML
---
|
|
- name: Playbook to manage DNS forward zone
|
|
hosts: ipaserver
|
|
become: true
|
|
gather_facts: false
|
|
|
|
tasks:
|
|
# Ensure DNS zone is present
|
|
- ipadnsforwardzone:
|
|
ipaadmin_password: SomeADMINpassword
|
|
name: example.com
|
|
forwarders:
|
|
- ip_address: 192.168.100.123
|
|
port: 8063
|