Files
ansible-freeipa/roles/ipaserver/vars/default.yml
Thomas Woerner 74a55d6efd ipaserver/vars/default.yml: Use python3-libselinux instead of libselinux-python
The python3 bindings should be required and not the python2 bindings as a
default.
2018-06-21 13:27:41 +02:00

6 lines
193 B
YAML

# defaults file for ipaserver
# vars/default.yml
ipaserver_packages: [ "ipa-server", "python3-libselinux" ]
ipaserver_packages_dns: [ "ipa-server-dns" ]
ipaserver_packages_adtrust: [ "samba" ]