Initial commit

This commit is contained in:
2026-06-24 17:29:12 -04:00
commit 72b96c06a4
15 changed files with 470 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
---
- name: Install NGINX
ansible.builtin.apt:
name: nginx
state: present
update_cache: true
cache_valid_time: 3600