You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
530 B
27 lines
530 B
--- |
|
|
|
- hosts: all |
|
vars: |
|
nftables_tcp_dports: "22, 80, 443" |
|
nginx_letsencrypt_email: "le@example.com" |
|
nginx_hosts: [ |
|
{ |
|
default: true, |
|
domain_name: "goneb.example.com", |
|
reverse_hosts: [ |
|
{ |
|
protocol: "http", |
|
path: "/", |
|
host: "127.0.0.1", |
|
port: "8443" |
|
} |
|
] |
|
} |
|
] |
|
roles: |
|
- ansible-debian-nftables |
|
- ansible-debian-baseline |
|
- ansible-debian-ntp |
|
- ansible-podman-host |
|
- ansible-goneb-podman |
|
- ansible-nginx-letsencrypt
|
|
|