mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-06 13:23:14 +00:00
var files for CentOS 7 (now that the default is compatible with Fedora not RHEL)
This commit is contained in:
4
roles/ipaclient/vars/CentOS-7.yml
Normal file
4
roles/ipaclient/vars/CentOS-7.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
# defaults file for ipaclient
|
||||
# vars/rhel.yml
|
||||
ipaclient_packages: [ "ipa-client", "libselinux-python" ]
|
||||
#ansible_python_interpreter: '/usr/bin/python2'
|
||||
5
roles/ipareplica/vars/CentOS-7.yml
Normal file
5
roles/ipareplica/vars/CentOS-7.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
# defaults file for ipareplica
|
||||
# vars/RedHat-7.yml
|
||||
ipareplica_packages: [ "ipa-server", "libselinux-python" ]
|
||||
ipareplica_packages_dns: [ "ipa-server-dns" ]
|
||||
ipareplica_packages_adtrust: [ "ipa-server-trust-ad" ]
|
||||
5
roles/ipaserver/vars/CentOS-7.yml
Normal file
5
roles/ipaserver/vars/CentOS-7.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
# defaults file for ipaserver
|
||||
# vars/rhel.yml
|
||||
ipaserver_packages: [ "ipa-server", "libselinux-python" ]
|
||||
ipaserver_packages_dns: [ "ipa-server-dns" ]
|
||||
ipaserver_packages_adtrust: [ "ipa-server-trust-ad" ]
|
||||
Reference in New Issue
Block a user