Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian package variables missing for ipaserver role #1129

Open
Nihlus opened this issue Aug 20, 2023 · 4 comments
Open

Debian package variables missing for ipaserver role #1129

Nihlus opened this issue Aug 20, 2023 · 4 comments

Comments

@Nihlus
Copy link

Nihlus commented Aug 20, 2023

Debian has, in the past, not had ipaserver packaged for it. While it's not complete, the server packaging is well on its way and is working rather well on test systems. Using ansible-freeipa to install and manage the server is currently not possible without a patch or workaround, however, as the package names differ from the defaults.

The module already supports Ubuntu as a target, and Debian does not require any other configuration other than what's already in the roles/ipaserver/vars/Ubuntu.yml file to work. It'd be nice if a Debian.yml file could be added so end users don't have to either patch the module or override the variables in some other way.

@rjeffman rjeffman self-assigned this Aug 21, 2023
@rjeffman
Copy link
Member

The Debian files had been removed since it did not provide a build anymore and the versions there were not supported anymore.

I can recreate the files for the new version, but I need some pointers on how to install the packages to test it.

@Nihlus
Copy link
Author

Nihlus commented Aug 21, 2023

At the moment, the freeipa-server package is not out of experimental (it comes and goes depending on the surrounding packages right now) as work is still ongoing. I'm currently hosting an unofficial backport for Debian 11, however, which can be used for testing if you'd like.

Add the following to /etc/apt/sources.list.d/algiz-freeipa.list:

deb [signed-by=/usr/share/keyrings/algiz-freeipa.gpg] https://repo.algiz.nu/freeipa bullseye main

and place the signing key into /usr/share/keyrings/algiz-freeipa.gpg. There's also an untested Debian 12 backport in there, but I don't recommend testing against it.

@rjeffman
Copy link
Member

As we don't support unsupported packages, I'll keep this issue open.

If I miss the update on the Debian package, please comment here that the package makes, at least, into testing, so we can manage the role vars files (ipaserver, ipareplica and ipabackup).

@Nihlus
Copy link
Author

Nihlus commented Aug 21, 2023

Will do!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants