Go to file
meaz b9dddb4152 Merge pull request 'update php and version and add update task' (#8) from update into main
Reviewed-on: #8
2023-10-25 04:55:42 +00:00
Playbooks Deploy akaunting 2021-04-07 15:59:52 +02:00
defaults update to 3.0.16 and php 8.1 2023-07-11 22:34:16 +02:00
tasks add update task 2023-07-11 22:34:30 +02:00
.gitignore Deploy akaunting 2021-04-07 15:59:52 +02:00
LICENSE Initial commit 2021-04-07 13:53:26 +00:00
README.md Deploy akaunting 2021-04-07 15:59:52 +02:00
Vagrantfile Merge branch 'main' into ansible 2023-01-19 07:09:41 +00:00

README.md

Akaunting - Ansible Role

This role covers deployment, configuration and software updates of Akaunting. This role is released under MIT Licence and we give no warranty for this piece of software. Currently supported OS - Debian.

You can deploy test instance using Vagrantfile attached to the role. vagrant up

ansible-playbook -b Playbooks/akaunting.yml

Then you can access Akaunting from your computer on http://192.168.33.31

Playbook

The playbook includes mariadb, php-fpm and nginx roles and deploys entire stack needed to run Akaunting. Additional roles are also available in the Ansible roles repos in git.

CHANGELOG

  • 07.04.2021 - Create the role