Make socat its own role
This commit is contained in:
@@ -30,8 +30,10 @@
|
||||
container_auto_update: "{{ service_auto_update }}"
|
||||
|
||||
- name: Socat for OAuth2 Proxy for {{ service_name }}
|
||||
ansible.builtin.import_tasks: socat.yaml
|
||||
ansible.builtin.import_role:
|
||||
name: socat
|
||||
vars:
|
||||
socat_service_name: "{{ service_name }}-oauth2-proxy"
|
||||
socat_target_http_port: 4180
|
||||
socat_container_ip: ""
|
||||
socat_auto_update: "{{ service_auto_update }}"
|
||||
|
||||
Reference in New Issue
Block a user