Skip to content

photobooth-app/ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Installer for the Photobooth-App and Multicam-Nodes

Photobooth-App - Wigglecam-Camera

What is this about?

xxx

How to use?

Use ansible to automate the installations of the photobooth-app and the wigglecam-nodes. You need to use ansible first, check their instructions and test it is available on your host computer. ansible --version

Also, you need the host computer setup to login the nodes/photobooth-devices using passwordless ssh.

You may want to check if all hosts in the inventory are online:

ansible wigglenodes -i hosts.ini -m ping
ansible photobooth -i hosts.ini -m ping
ansible-playbook playbooks/install_nodes.yaml -i inventories/hosts.ini
ansible-playbook playbooks/install_photobooth.yaml -i inventories/hosts.ini
ansible-playbook playbooks/install_photobooth.yaml -i inventories/hosts.ini --limit photobooth-wigglecam

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors