All checks were successful
Check / Lint Ansible Files (push) Successful in 2m43s
24 lines
461 B
Markdown
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)
|