--- # 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: # homeserver-02: # ansible_host: # Skupina pro produkcni servery production: hosts: homeserver-01: ansible_host: # Skupina pro test staging: []