Skip to content

abpai94/personal-deployment

Repository files navigation

Personal Deployment

This repository tracks the journey of deploying services on my raspberry pi's named Franklin and Eleanor. I use Ansible to configure each of them and deploy docker containers in order to self-host services that I wish to use for my personal use.

Setup

  • Clone with git clone --recursive git@github.com:abpai94/personal-deployment.git to ensure personal-website(https://github.com/abpai94/personal-website) repo is cloned
    • Or execute git submodule update --init after cloning
  • Configure a password for ansible vault in ~/.secrets/ansible-password file or change the location in ansible.cfg
  • main.yml contains all the playbooks which will be executed
  • Execute playbooks with the following command: ansible-playbook -i inventory.yml -i vault.yml main.yml

About

Ansible playbooks to deploy applications on my home server acting as my personal cloud using docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published