Skip to content

alterego-labs/money_tracker_ansible

Repository files navigation

Usage

First time server setup

$ ansible-playbook server_setup.yml --tags=setupping

Setup only docker

$ ansible-playbook server_setup.yml --tags=setupping --skip-tags=app

Setup only app

$ ansible-playbook server_setup.yml --tags=setupping --skip-tags=docker

Update application

The following command will update application to the lastest version which is in the master branch, which is HEAD:

$ ansible-playbook update_app.yml --tags=updating

If you want to update application to the specific release number use the next command:

$ ansible-playbook update_app.yml --tags=updating -e money_tracker.git_version=v1.1.1

Remove application

$ ansible-playbook remove_app.yml --tags=removing

About

Ansible playbooks for Money Tracker app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages