infrastructure/README.md
Paul Brinkmeier a59982b463
All checks were successful
Check / Lint Ansible Files (push) Successful in 2m43s
Delete unused stuff
2025-01-24 22:58:34 +01:00

24 lines
461 B
Markdown

# infrastructure
## pbrinkmeier.de
| Prop | Value |
| --- | --- |
| Hostname | `nanna` |
| Domains | `{,pad.,codi.,git.,plantuml.}pbrinkmeier.de`, `tichy.click`, `{utoy,vrnp}.beany.club` |
## Linting
Use `nix develop` to drop into a shell containing `ansible-lint`.
Then run it using
```
ansible-lint --offline
```
to avoid checking for a new version every single run.
## TODO
- [x] Migrate to `community.docker.docker_compose_v2` (`v1` is deprecated)