Skip to content

A map of ssh public keys to install for the root user

This map defines a pamming of OS packages to new OS packages, where qualities of the OS are used to determine the new package name.

For example, On Ubuntu 22.04, the ansible package is named "ansible". On Rocky the same package is named "ansible-core". This map will look up the name "ansible" and return "ansible-core" for the OS Rocky.

Lookup translation based upon:

* OS_NAME

* OS_NAME with less dots

* OS_TYPE

* OS_FAMILY