You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

28 lines
549 B
YAML

1 year ago
---
- hosts: all
vars:
1 year ago
nftables_tcp_dports: "22, 80, 443"
nginx_letsencrypt_email: "le@hazardous.org"
nginx_hosts: [
{
default: true,
domain_name: "globaleaks-host.hazardous.org",
reverse_hosts: [
{
protocol: "http",
path: "/",
host: "127.0.0.1",
port: "8443"
}
]
}
]
1 year ago
roles:
- ansible-debian-nftables
- ansible-debian-baseline
- ansible-debian-ntp
- ansible-podman-host
- ansible-globaleaks-podman
1 year ago
- ansible-nginx-letsencrypt