Skip to content

notedwin/ansible-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Monorepo

tower

Ansible Monorepo is a collection of server configuration files for my homelab. Devices included:

  • SFF PC (main server)
  • OpenWRT Router
  • Raspberry Pi as a camera
  • Laptop

All devices are running Debian-based OS and assumed to have sudo privileges and a public SSH key already setup.

Rules

Do not configure anything manually. Use Ansible to automate the process. Do not install anything on the host machine. Use Docker to run applications.

Folder Outline

  | - rtsp - camera setup files
  | - server - ansible playbooks for main server (laptop as well)
  ...

Motivation

I moved my configuration from bash scripts -> ansible and docker since it seperates my applications into containers. This removes some dependency problems I was running into. Also, remvoing having to type commands into a server over SSH which gets repetive and error-prone.

About

a collection of my server configuration files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages