mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-14 21:42:17 +00:00
8 lines
274 B
YAML
8 lines
274 B
YAML
# defaults file for ipareplica
|
|
# vars/default.yml
|
|
---
|
|
ipareplica_packages: [ "freeipa-server", "python3-libselinux" ]
|
|
ipareplica_packages_dns: [ "freeipa-server-dns" ]
|
|
ipareplica_packages_adtrust: [ "freeipa-server-trust-ad" ]
|
|
ipareplica_packages_firewalld: [ "firewalld" ]
|