mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
14 lines
304 B
YAML
14 lines
304 B
YAML
---
|
|
- name: Playbook to handle topologysegment
|
|
hosts: ipaserver
|
|
become: true
|
|
|
|
tasks:
|
|
- name: Delete topology segment
|
|
ipatopologysegment:
|
|
ipaadmin_password: SomeADMINpassword
|
|
suffix: domain
|
|
left: ipareplica1.test.local
|
|
right: ipareplica2.test.local
|
|
state: absent
|