Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 517 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 517 Bytes

ansible-home

Ansible code to configure and maintain my home network. The code here assumes that all devices have been installed via jsf9k/ansible-arch-install or jsf9k/ansible-raspi-install.

Usage

Populate inventory.yml and run site.yml:

ansible-playbook -i inventory.yml site.yml

To update all packages, run update.yml:

ansible-playbook -i inventory.yml update.yml