glauth_ui
Ansible Role: glauth-ui
Ansible role to install and configure glauth-ui.
If latest
is set for glauth_ui_version
, the role tries to install the latest release version.
Please use this with caution, as incompatibilities between releases may occur!
The binaries are installed below /usr/local/bin/glauth-ui/${glauth_ui_version}
and later linked to /usr/bin
.
This should make it possible to downgrade relatively safely.
The Prometheus archive is stored on the Ansible controller, unpacked and then the binaries are copied to the target system.
The cache directory can be defined via the environment variable CUSTOM_LOCAL_TMP_DIRECTORY
.
By default it is ${HOME}/.cache/ansible/glauth-ui
.
If this type of installation is not desired, the download can take place directly on the target system.
However, this must be explicitly activated by setting glauth_ui_direct_download
to true
.
Requirements & Dependencies
Ansible Collections
ansible-galaxy collection install bodsch.core
ansible-galaxy collection install bodsch.scm
or
ansible-galaxy collection install --requirements-file collections.yml
Operating systems
Tested on
- Arch Linux
- Debian based
- Debian 10 / 11
- Ubuntu 20.10
Contribution
Please read Contribution
Development, Branches (Git Tags)
The master
Branch is my Working Horse includes the "latest, hot shit" and can be complete broken!
If you want to use something stable, please use a Tagged Version!
IMPORTANT
glauth-ui only supports the configuration file and not a database backend!
glauth-ui-light update only users and groups.
All lines after the first[[users]]
in glauth configuration file will be updated.
The use of same model structure than glauth V2 allow to keep manual edition of non managed features ascapabilities
,loginShell
,sshkeys
,otpsecret
,yubikey
,includegroups
, ....
Only comments on these lines are lost.For more information, please read the project documentation!
Configuration
glauth_ui_version: 1.4.3
glauth_ui_release_download_url: https://github.com/yvesago/glauth-ui-light/releases
glauth_ui_system_user: glauth-ui
glauth_ui_system_group: glauth-ui
glauth_ui_config_dir: /etc/glauth-ui
glauth_ui_data_dir: /var/lib/glauth-ui
glauth_ui_direct_download: false
glauth_ui_config: {}
glauth_ui_security: {}
glauth_ui_ssl: {}
glauth_ui_logs: {}
glauth_ui_locale: {}
glauth_ui_passpolicy: {}
glauth_ui_cfg_users: {}
glauth_ui_cfg_groups: {}
- glauth_ui_config
- glauth_ui_security
- glauth_ui_ssl
- glauth_ui_logs
- glauth_ui_locale
- glauth_ui_passpolicy
- glauth_ui_cfg_users
- glauth_ui_cfg_groups
Author and License
- Bodo Schulz
License
FREE SOFTWARE, HELL YEAH!
ansible-galaxy install bodsch/ansible-glauth-ui