ipa[server,replica,client]: RHEL-8 specific vars files

These vars files are providing the module names used with the Ansible
package module to install the needed RPM packages.
This commit is contained in:
Thomas Woerner
2019-06-26 16:03:54 +02:00
parent 3a3b4cb397
commit 7e42102aa5
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# defaults file for ipaclient
# vars/RedHat-8.yml
ipaclient_packages: [ "@idm:DL1/client" ]

View File

@@ -0,0 +1,5 @@
# defaults file for ipareplica
# vars/RedHat-8.yml
ipareplica_packages: [ "@idm:DL1/server" ]
ipareplica_packages_dns: [ "@idm:DL1/dns" ]
ipareplica_packages_adtrust: [ "@idm:DL1/adtrust" ]

View File

@@ -0,0 +1,5 @@
# defaults file for ipaserver
# vars/RedHat-8.yml
ipaserver_packages: [ "@idm:DL1/server" ]
ipaserver_packages_dns: [ "@idm:DL1/dns" ]
ipaserver_packages_adtrust: [ "@idm:DL1/adtrust" ]