Skip to content

Latest commit

 

History

History
executable file
·
14 lines (10 loc) · 569 Bytes

README.md

File metadata and controls

executable file
·
14 lines (10 loc) · 569 Bytes

ansible

Ansible Playbooks for Installation of SmartHomeNG and/or Tools. The Playbooks are created for Raspberry Pis and might need to be changed for other computers.

The Playbooks are used for creating the Raspberry Pi Image that can be downloaded here: https://github.com/smarthomeNG/raspberrypi-image

Usage

Add your computers to /etc/ansible/hosts like in this example:

[public]
image ansible_port=22 ansible_host=10.0.0.31 ansible_user=pi ansible_password=raspberry become=true become_method=sudo

Run a playbook with ansible-playbook