Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 440 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 440 Bytes

after formatting raspi:

  • add "ssh" file to /boot
  • boot raspi
  • ssh to machine
  • change password
  • add to ansible inventory
  • start VM to use as an ansible control node
vagrant up
  • cd /vagrant/monitor
ansible-playbook -i ./hosts.yml ./deploy.yml

troubleshooting