--- pi_standard_setup_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" pi_standard_setup_new_hostname: "" # set this to change the hostname pi_standard_setup_timezone: "Europe/Berlin" pi_standard_setup_wifi_country: "DE" pi_standard_setup_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: true