Skip to content

Ansible deployer for raspi home project (frontend + backend). It's use docker compose.

Notifications You must be signed in to change notification settings

7eXx/raspi-home-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RASPI HOME DEPLOY

This project aims to deploy raspi home to a target.
This software use ansible to deploy.

Pre check

Create vault pass file:

$ echo "password" > ./.vault_pass

Deploy

To deploy use

$ ansible-playbook deploy.yml -i <hosts_file>

Use tags to specify particular operation

$ ansible-playbook deploy.yml -i <hosts_file> --tags <tag>

Update

To update used docker images:

$ ansible-playbook update.yml -i <host_file>

Use tags to specify particular operation

$ ansible-playbook update.yml -i <host_file> --tags <tag>

About

Ansible deployer for raspi home project (frontend + backend). It's use docker compose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages