You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/group_vars/os_raspbian.yml

11 lines
271 B
YAML

---
ansible_distribution_name: "raspbian"
bootstrap_user: "pi"
bootstrap_become_pass: ""
ansible_ssh_pass: "raspberry"
raspbian_repository_mirror: "http://raspbian.raspberrypi.org/raspbian/"
raspbian_archive_repository_mirror: "http://archive.raspberrypi.org/debian/"