Skip to content

tna76874/server-setup

Repository files navigation

Server config

Prepare your config files and edit public keys and other variables:

./setup.sh
nano vars.yml

Run the playbook to set up users and firewall.

sudo ansible-playbook main.yml

Install docker:

sudo ansible-playbook main.yml -t docker

Install nginx:

sudo ansible-playbook main.yml -t nginx

Install nextcloud:

sudo ansible-playbook main.yml -t nextcloud

Secure the server (do not allow password ssh auth):

sudo ansible-playbook main.yml -t security

Quick setup

sh -c  "$(curl -sL https://github.com/raw/tna76874/server-setup/main/install)"

About

Basic server setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published