You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
392 B
14 lines
392 B
---
|
|
- name: Raspberry Pi self configuration
|
|
hosts: localhost
|
|
user: root
|
|
connection: local
|
|
vars:
|
|
macaddrs:
|
|
# mac address of eth0 -> hostname; used to identify self when run against localhost
|
|
dc:a6:32:8c:8a:53: "cloverdale"
|
|
b8:27:eb:6c:82:02: "clovermine"
|
|
b8:27:eb:ff:35:c7: "cloverleaf"
|
|
b8:27:eb:83:4a:28: "clovermill"
|
|
roles:
|
|
- common
|
|
|