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

View File

@@ -0,0 +1,11 @@
#SPDX-License-Identifier: BSD-3-Clause
---
- name: Reboot Server
ansible.builtin.reboot:
- name: Clean apt cache
ansible.builtin.apt:
autoclean: true
autoremove: true
purge: true