Checkpoint

This commit is contained in:
Jonathan Cremin 2024-02-02 15:40:15 +00:00
parent c501435876
commit 6f5266b63d
42 changed files with 652 additions and 136 deletions

9
nano.yml Normal file
View file

@ -0,0 +1,9 @@
---
- hosts: nano
roles:
- { role: base, tags: [ 'base'] }
- { role: users, tags: [ 'users'] }
- { role: ssh, tags: [ 'ssh'] }
- { role: docker, tags: [ 'docker' ] }