Create role to setup ubuntu server

This commit is contained in:
2024-12-19 21:17:03 -06:00
commit e4593e3072
12 changed files with 221 additions and 0 deletions

7
setup-ubuntu.yml Normal file
View File

@@ -0,0 +1,7 @@
---
- name: Setup Ubuntu
hosts: ubuntu
become: true
roles:
- role: ubuntu