Initial commit
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Install NGINX
|
||||
ansible.builtin.apt:
|
||||
name: nginx
|
||||
state: present
|
||||
update_cache: true
|
||||
cache_valid_time: 3600
|
||||
Reference in New Issue
Block a user