Overdue commit
This commit is contained in:
parent
1e03c32201
commit
692269f9ff
49 changed files with 843 additions and 198 deletions
11
nano.yml
Normal file
11
nano.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
|
||||
- hosts: nano
|
||||
|
||||
roles:
|
||||
- { role: base, tags: [ 'base'] }
|
||||
- { role: users, tags: [ 'users'] }
|
||||
- { role: ssh, tags: [ 'ssh'] }
|
||||
- { role: docker, tags: [ 'docker' ] }
|
||||
- { role: tailscale, tags: [ 'tailscale'] }
|
||||
- { role: netdata, tags: [ 'netdata'] }
|
Loading…
Add table
Add a link
Reference in a new issue