chore(nginx): add deployment_method=podman

This commit is contained in:
2024-10-05 10:15:48 +02:00
parent c36e95d7eb
commit afe72f554e
7 changed files with 75 additions and 23 deletions

View File

@ -4,6 +4,7 @@ nginx_flavour: alpine
nginx_base_path: /opt/nginx
nginx_config_file: "{{ nginx_base_path }}/nginx.conf"
nginx_state: present
nginx_deployment_method: docker
nginx_container_name: nginx
nginx_container_image_reference: >-