nginx/hosts.yml

26 lines
463 B
YAML
Raw Normal View History

2026-02-11 10:51:38 +01:00
%YAML 1.2
---
version: "1.1"
hostnames:
nginx:
hosts:
type: domainname
default:
2026-02-11 15:00:13 +01:00
variable: intranet.vps.domain_name
2026-02-11 10:51:38 +01:00
vars:
all:
ansible_python_interpreter: /usr/bin/python3
ansible_user: root
2026-02-11 11:40:00 +01:00
ansible_ssh_private_key_file:
default:
2026-02-11 15:00:13 +01:00
variable: intranet.vps.ssh_key
mandatory: false
2026-02-11 15:04:49 +01:00
disabled:
variable: intranet.vps.ssh_key
when: null
2026-02-11 10:51:38 +01:00
...