mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
That vars syntax was invalid.
This commit is contained in:
@@ -59,10 +59,6 @@
|
||||
owner=root group=root mode=0600
|
||||
with_items:
|
||||
- { file: stunnel-conf.j2, dest: /etc/stunnel/stunnel.conf }
|
||||
vars:
|
||||
- service: "websockets"
|
||||
- source_port: 9939
|
||||
- destination_port: 9938
|
||||
tags:
|
||||
- fedmsg/gateway
|
||||
- fedmsg/gateway/slave
|
||||
|
||||
@@ -2,7 +2,7 @@ cert = /etc/pki/tls/certs/wildcard-2014.fedoraproject.org.cert
|
||||
key = /etc/pki/tls/private/wildcard-2014.fedoraproject.org.key
|
||||
pid = /var/run/stunnel.pid
|
||||
|
||||
[{{ service }}]
|
||||
[{{ stunnel_service }}]
|
||||
|
||||
accept = {{ source_port }}
|
||||
connect = {{ destination_port }}
|
||||
accept = {{ stunnel_source_port }}
|
||||
connect = {{ stunnel_destination_port }}
|
||||
|
||||
Reference in New Issue
Block a user