SSH config

This commit is contained in:
Pim Kunis 2022-12-04 17:18:25 +01:00
parent a3e4b8d822
commit 069089ee2f
5 changed files with 63 additions and 5 deletions

View file

@ -1,9 +1,6 @@
---
- name: Install pizzeria static website
- name: Setup everything
hosts: nucs
roles:
- ssh
- pizzeria
- name: Install Syncthing
hosts: nucs
roles:
- syncthing

4
playbooks/ssh.yml Normal file
View file

@ -0,0 +1,4 @@
- name: Configure SSH
hosts: nucs
roles:
- ssh