mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
12 lines
268 B
YAML
12 lines
268 B
YAML
---
|
|
- name: Playbook to handle global IPA 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
|