14 lines
493 B
YAML
14 lines
493 B
YAML
---
|
|
wifi_ssid: "" # put SSID here to configure wifi
|
|
ansible_user: "root" # "User to connect with, put in 'pi' here if you connect the first time, else leave empty"
|
|
new_hostname: "" # set this to change the hostname
|
|
|
|
|
|
timezone: "Europe/Berlin"
|
|
wifi_country: "DE"
|
|
wifi_pass_url: "bauer_wifi" # has to be in keepass with url "wifi_pass_url"
|
|
ansible_ssh_pass: "raspberry"
|
|
ansible_become_password: "raspberry"
|
|
ansible_become: yes
|
|
|