mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-14 13:32:10 +00:00
This patch add support for the attributes `maxtostname` and `ca_renewal_master_server` attributes that were missing and also provide a more complete set of tests.
12 lines
268 B
YAML
12 lines
268 B
YAML
---
|
|
- name: Playbook to handle global DNS configuration
|
|
hosts: ipaserver
|
|
become: no
|
|
gather_facts: no
|
|
|
|
tasks:
|
|
- name: set ca_renewal_master_server
|
|
ipaconfig:
|
|
ipaadmin_password: SomeADMINpassword
|
|
ca_renewal_master_server: carenewal.example.com
|