7 lines
181 B
YAML
7 lines
181 B
YAML
- name: Basic setup with general nice-to-haves of a fresh raspberry-pi os install
|
|
hosts: raspberry
|
|
become: yes
|
|
user: pi
|
|
roles:
|
|
- role: ssh-key-copy
|
|
- role: raspberry |