{{ ansible_header | comment }}

server {
    listen [::1]:6424;
    location = /stub_status {
        stub_status;
    }
}