mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
8 lines
297 B
YAML
8 lines
297 B
YAML
# vars/Ubuntu-18.04.yml
|
|
---
|
|
ipaclient_packages: [ "freeipa-client" ]
|
|
# 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'
|