Ansible role to setup an Atuin server
Find a file
Renovate Bot caa645156b
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
chore(package): update dependency atuinsh/atuin to v18.16.1
2026-05-15 12:45:41 +00:00
.woodpecker ci: migrate from gitlab ci to woodpecker 2026-05-15 14:31:05 +02:00
defaults chore(package): update dependency atuinsh/atuin to v18.16.1 2026-05-15 12:45:41 +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 ci: migrate from gitlab ci to woodpecker 2026-05-15 14:31:05 +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 ci: migrate from gitlab ci to woodpecker 2026-05-15 14:31:05 +02:00
.gitignore feat: initial commit 2025-03-31 17:44:41 +02:00
.markdownlint-cli2.jsonc ci: migrate from gitlab ci to woodpecker 2026-05-15 14:31:05 +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 ci: migrate from gitlab ci to woodpecker 2026-05-15 14:31:05 +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"