Files
mates-ansible/inventory.example.yml
T
mates da9003aef8 init: clean history with no PII
Toto repo ma novou cistou historii (1 commit). Predchozi historie
byla smazana, protoze obsahovala osobni udaje (IP, emaily, hesla,
klice, tokeny, Volume cesty). Soubory v aktualnim commit uz tyto
udaje neobsahuji (nahradeno placeholdery <server-ip>, CHANGE_ME,
admin@example.com atd.).

Pokud chces zpet kompletni seznam starych commitu, mas je ve svem
lokalnim working tree - git log --all ukaze prazdno (protoze jsme
smazali .git/ a zacali znovu).
2026-08-01 19:51:59 +02:00

29 lines
639 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
# Ukazkovy inventory zkopiruj na inventory.yml a uprav
all:
vars:
# SSH uzivatel (deploy user, UID 1000)
ansible_user: deploy
# Python na cilovem systemu
ansible_python_interpreter: /usr/bin/python3
# Timezone
timezone: Europe/Prague
children:
# Skupina pro vsechny home servery
homeservers:
hosts:
homeserver-01:
ansible_host: <server-ip>
# homeserver-02:
# ansible_host: <server-ip-2>
# Skupina pro produkcni servery
production:
hosts:
homeserver-01:
ansible_host: <server-ip>
# Skupina pro test
staging: []