This playbook makes the process of setting up skywire easier.
This is a work in progress so might not work perfectly.
- Install Ansible.
- Clone this repository to your local drive.
- Run
$ ansible-galaxy install -r requirements.yml
inside this directory to install required Ansible roles. - Configure the variables in default.config.yml.
- Run
ansible-playbook playbook.yml -i hosts
inside this directory. - Visit http://localhost:8000 to check the manager.
Note: This has only been tested on Ubuntu. Might not work on windows.