Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RealOrangeOne/infrastructure
Servers, containers and stuff
https://github.com/RealOrangeOne/infrastructure
ansible docker docker-compose infrastructure
Last synced: 3 months ago
JSON representation
Servers, containers and stuff
- Host: GitHub
- URL: https://github.com/RealOrangeOne/infrastructure
- Owner: RealOrangeOne
- Created: 2019-12-08T11:36:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T07:00:35.000Z (6 months ago)
- Last Synced: 2024-05-01T21:43:50.983Z (6 months ago)
- Topics: ansible, docker, docker-compose, infrastructure
- Language: YAML
- Homepage: https://git.theorangeone.net/sys/infrastructure
- Size: 1.96 MB
- Stars: 131
- Watchers: 9
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Infrastructure
## Requirements
- Python 3
- Locally configured SSH config (ideally deployed through [dotfiles](https://github.com/realorangeone/dotfiles))
- `ansible` installed on the system
- [`just`](https://github.com/casey/just)## Installation
- `just setup`
- `just terraform init`### Private Settings
Ansible [integrates](https://theorangeone.net/posts/ansible-vault-bitwarden/) with Bitwarden through its [CLI](https://bitwarden.com/help/article/cli/).
Terraform secrets are stored in `terraform/.env`, and provisioned using `just update-secrets`.
## Deploying
- `just ansible-deploy`
- `juts terraform apply`## External configuration
This repository contains most of my infrastructure configuration, but not everything is configured here. Some things are external, for various reasons.
- [AdGuardHome](https://git.theorangeone.net/systems/adguardhome)