Go to file
Laur Ivan 5ee23c3a7e feature: initial commit
Install Firefly III without importer.
2023-04-30 12:44:46 +02:00
.github feature: initial commit 2023-04-30 12:44:46 +02:00
defaults feature: initial commit 2023-04-30 12:44:46 +02:00
handlers feature: initial commit 2023-04-30 12:44:46 +02:00
meta feature: initial commit 2023-04-30 12:44:46 +02:00
molecule/default feature: initial commit 2023-04-30 12:44:46 +02:00
tasks feature: initial commit 2023-04-30 12:44:46 +02:00
templates feature: initial commit 2023-04-30 12:44:46 +02:00
.ansible-lint feature: initial commit 2023-04-30 12:44:46 +02:00
.gitattributes feature: initial commit 2023-04-30 12:44:46 +02:00
.gitignore feature: initial commit 2023-04-30 12:44:46 +02:00
.travis.yml feature: initial commit 2023-04-30 12:44:46 +02:00
.yamllint feature: initial commit 2023-04-30 12:44:46 +02:00
CHANGELOG.md feature: initial commit 2023-04-30 12:44:46 +02:00
LICENSE feature: initial commit 2023-04-30 12:44:46 +02:00
README.md feature: initial commit 2023-04-30 12:44:46 +02:00
test-requirements.txt feature: initial commit 2023-04-30 12:44:46 +02:00

Firefly Ansible role

This role installs Firefly via Docker compose.

Requirements

None

Role Variables

All variables are listed below (see also defaults/main.yml).

---

Dependencies

You need a machine with docker and docker-compose installed.

Example Playbook

- hosts: servers
  roles:
      - 'laurivan.Firefly'

License

This project is licensed under the MIT license - see the LICENSE file for details.

MIT License

Author Information

This role was created in 2023 by Laur Ivan.

Built With

Ansible Molecule Goss

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.