Simplify the actual role by using Docker

This commit is contained in:
Thomas Kleinendorst 2024-11-19 13:48:23 +01:00
parent 8b61ae28a4
commit e4bdd81823
4 changed files with 14 additions and 37 deletions

View file

@ -11,13 +11,6 @@
dest: "/etc/nginx/conf.d/{{ simple_reverse_proxy_internal_subdomain }}.conf"
mode: '0644'
notify: Restart Nginx
# - name: Allow https through firewall
# become: true
# community.general.ufw:
# rule: allow
# port: https
# proto: tcp
# notify: Restart ufw
- name: Debug
ansible.builtin.debug:
msg: >-