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