mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 14:08:34 +01:00
8 lines
141 B
Plaintext
8 lines
141 B
Plaintext
apply Service for (http_vhost => config in host.vars.http_vhosts) {
|
|
import "generic-service"
|
|
|
|
check_command = "http"
|
|
|
|
vars += config
|
|
}
|