mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-08 06:13:21 +00:00
11 lines
444 B
YAML
11 lines
444 B
YAML
# vars/Ubuntu.yml
|
|
---
|
|
ipaserver_packages: [ "freeipa-server" ]
|
|
ipaserver_packages_dns: [ "freeipa-server-dns" ]
|
|
ipaserver_packages_adtrust: [ "freeipa-server-trust-ad" ]
|
|
ipaserver_packages_firewalld: [ "firewalld" ]
|
|
# Ubuntu Bionic Beaver must use python2 as Python interpreter due
|
|
# to the way python-ipalib package is defined.
|
|
# Package python2.7 must be installed before executing this role.
|
|
ansible_python_interpreter: '/usr/bin/python2.7'
|