feat: Add nginx-proxy-manager

This commit is contained in:
Lino Silva
2023-07-10 11:26:20 +01:00
parent 231b57fa6c
commit fd32f290af
15 changed files with 305 additions and 82 deletions
+6
View File
@@ -0,0 +1,6 @@
---
- name: Update all packages to their latest version
become: true
ansible.builtin.apt:
update_cache: yes
upgrade: full