Fix state and format config
This commit is contained in:
parent
4ab78afc1d
commit
4c192e91ba
@ -4,7 +4,7 @@
|
||||
app: "{{ app }}"
|
||||
mappings:
|
||||
- "http:{{ dat_port }}:{{ dat_port }}"
|
||||
state: absent
|
||||
state: present
|
||||
|
||||
- name: "Allow access to {{ dat_port }} on the firewall"
|
||||
become: true
|
||||
|
@ -3,12 +3,15 @@ directory: {{ dat_root }}
|
||||
httpMirror: {{ http_mirror }}
|
||||
letsencrypt: {{ auto_letsencrypt }}
|
||||
dashboard: {{ dashboard }}
|
||||
|
||||
webapi:
|
||||
domain: {{ domain }}
|
||||
username: {{ webapi_username }}
|
||||
password: {{ webapi_password }}
|
||||
|
||||
ports:
|
||||
http: {{ port }}
|
||||
|
||||
dats:
|
||||
{% for dat in dats %}
|
||||
- url: "{{ dat }}"
|
||||
|
Reference in New Issue
Block a user