diff --git a/playbooks/setupserver.yml b/playbooks/setupserver.yml new file mode 100644 index 0000000..7878d77 --- /dev/null +++ b/playbooks/setupserver.yml @@ -0,0 +1,14 @@ +- name: setup server + hosts: all + tasks: + - name: ping all + ansible.builtin.ping: + - name: install base pkgs + - name: install tailscale repo + when: #tailscale not in distro + - name: authenticate with tailscale + - name: start mosh + - name: harden ssh + - name: setup firewall + - name: create a services user + - name: clone repo to services directory