feat(netrc): init
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 55s
Lint Markdown files / markdown-lint (push) Successful in 12s

This commit is contained in:
2025-06-27 20:38:59 +02:00
parent 04fa692006
commit 9a3dbcfa86
4 changed files with 22 additions and 0 deletions

7
templates/netrc.j2 Normal file
View File

@ -0,0 +1,7 @@
#jinja2: lstrip_blocks: "True", trim_blocks: "True"
#
# Ansible Managed
#
{% for netrc in nix_user.value.netrc %}
maschine {{ netrc.maschine }} login {{ netrc.login }} password {{ netrc.password }}
{% endfor %}