Ansible role to setup an Atuin server
Find a file
2026-04-21 16:04:57 +02:00
defaults chore(package): update dependency atuinsh/atuin to v18.15.2 2026-04-17 04:48:26 +00:00
handlers feat: added molecule testing 2025-07-18 17:08:01 +02:00
meta feat(meta): compress galaxy_info file 2025-05-28 07:28:50 +02:00
roles feat: use new ansible layout 2025-10-03 11:29:56 +02:00
tasks feat: add atuin client update 2026-04-21 16:04:57 +02:00
templates feat: start atuin after postgresql 2026-03-04 17:45:16 +01:00
vars feat: initial commit 2025-03-31 17:44:41 +02:00
.ansible-lint feat: exclude defaults file from ansible-lint 2025-03-31 17:50:58 +02:00
.gitignore feat: initial commit 2025-03-31 17:44:41 +02:00
.gitlab-ci.yml ci: move gitleaks to component 2026-01-19 17:16:42 +01:00
.markdownlint-cli2.jsonc feat(ci): added markdownlint config 2025-06-13 11:45:18 +02:00
.yamllint fix(ci): set linelenght to 120 2025-05-09 11:38:20 +02:00
AGENTS.md chore: add AGENTS.md for opencode agents 2026-02-16 10:26:56 +01:00
playbook.yaml feat: implement new role layout 2025-11-01 12:55:50 +01:00
readme.md docs: standardize readme format 2026-04-10 09:00:09 +02:00
renovate.json fix(ci): use central config 2025-06-17 17:57:45 +02:00

Ansible Role: Atuin

Install and configure Atuin - a shell history sync server.

Variables

Variable Required Default Description
atuin_version No 18.13.6 Atuin version to install
atuin_db_host No localhost Database host
atuin_db_name No atuin Database name
atuin_db_user No atuin Database user
atuin_db_pass Yes atuin Database password

Example

atuin_version: "18.13.6"
atuin_db_host: "localhost"
atuin_db_name: "atuin"
atuin_db_user: "atuin"
atuin_db_pass: "secure_password"