14 lines
263 B
YAML
14 lines
263 B
YAML
---
|
|
# Variables for fedora_workstations group
|
|
|
|
# Ansible connection settings
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
|
|
# Add group-specific variables here
|
|
# Example:
|
|
# timezone: Europe/Berlin
|
|
# locale: en_US.UTF-8
|
|
timezone: Europe/Berlin
|
|
locale: de_DE.UTF-8
|
|
|