Skip to content

computate-org/computate_syncthing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Install syncthing

Install git and ansible

sudo yum install -y git ansible

Install the syncthing ansible role

Create a directory for the ansible role.

install -d ~/.ansible/roles/computate.computate_syncthing

Clone the syncthing ansible role.

git clone [email protected]:computate-org/computate_syncthing.git ~/.ansible/roles/computate.computate_syncthing

Run the syncthing ansible playbook to install the application locally (requires sudo privileges with -K).

cd ~/.ansible/roles/computate.computate_syncthing
ansible-playbook -K install.yml

Add trusted devices

sudo firewall-cmd --add-source 192.168.86.37/24 --zone trusted --permanent
sudo firewall-cmd --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published