ansible/roles/firefly/README.md
Julien Riou c4388611eb
Some checks failed
/ ansible-docsmith (push) Failing after 17s
Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
2026-02-16 08:50:48 +01:00

897 B

Ansible Role Firefly

Ansible role to manage a Firefly III instance.

Configuration

See Variable precedence to find where you should put your own variables.

Then define at least firefly_static_cron_token, firefly_db_password and firefly_app_key variables with a strong and secure password, encrypted using ansible-vault.

See list of default variables.

Usage

Example of a basic firefly.yml playbook:

hosts:
  - firefly

roles:
  - firefly

Then run the playbook:

ansible-playbook firefly.yml

Donate

As we all love FOSS projects, you should consider sponsoring and/or contribute.