SSH config
This commit is contained in:
parent
a3e4b8d822
commit
069089ee2f
5 changed files with 63 additions and 5 deletions
|
@ -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
4
playbooks/ssh.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: Configure SSH
|
||||
hosts: nucs
|
||||
roles:
|
||||
- ssh
|
Reference in a new issue