mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
Ubuntu support added (partly pick from pyguy)
This is a partly pick of the changes done by pyguy for pull request #28. The unrelated changed on inventory files have been removed and the change to the README has been adapted to use the "Supported Distributions" section. The original commits by pyguy in https://github.com/pyguy/ansible-freeipa are: commit 1ed1fa845eafd69432b1fd1fc8e5329e4991e84a Author: pyguy <hr.josheghani@gmail.com> Date: Mon Jun 25 17:17:31 2018 +0430 Ubuntu Support added commit 9a4a7c84e4af20af27e814aba4fc2c6b8b35ec0f Author: pyguy <hr.josheghani@gmail.com> Date: Sun Jun 24 10:58:07 2018 +0430 Ubuntu support added
This commit is contained in:
@@ -15,6 +15,7 @@ Supported Distributions
|
||||
|
||||
* RHEL/CentOS 7.4+
|
||||
* Fedora 26+
|
||||
* Ubuntu
|
||||
|
||||
Roles
|
||||
-----
|
||||
|
||||
2
roles/ipaclient/vars/Ubuntu.yml
Normal file
2
roles/ipaclient/vars/Ubuntu.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
# vars/Ubuntu.yml
|
||||
ipaclient_packages: [ "freeipa-client" ]
|
||||
4
roles/ipareplica/vars/Ubuntu.yml
Normal file
4
roles/ipareplica/vars/Ubuntu.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
# vars/Ubuntu.yml
|
||||
ipareplica_packages: [ "freeipa-server" ]
|
||||
ipareplica_packages_dns: [ "freeipa-server-dns" ]
|
||||
ipareplica_packages_adtrust: [ ]
|
||||
4
roles/ipaserver/vars/Ubuntu.yml
Normal file
4
roles/ipaserver/vars/Ubuntu.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
# vars/Ubuntu.yml
|
||||
ipaserver_packages: [ "freeipa-server" ]
|
||||
ipaserver_packages_dns: [ "freeipa-server-dns" ]
|
||||
ipaserver_packages_adtrust: [ ]
|
||||
Reference in New Issue
Block a user