ansible/roles/haproxy/vars/main.yml

60 lines
1.3 KiB
YAML

---
haproxy_s6_dirs:
- haproxy-a
- haproxy-a/env
- haproxy-a/data
- haproxy-b
- haproxy-b/env
- haproxy-b/data
haproxy_s6_templates:
- run
- finish
- data/check
acme_service_dirs:
- acme-renew
- acme-renew/env
- acme-renew/data
- acme-renew-log
- acme-renew-log/env
acme_service_scripts:
- acme-renew/run
- acme-renew/finish
- acme-renew/data/job
- acme-renew-log/run
- acme-renew-log/finish
acme_service_config:
- name: acme-renew/type
content: longrun
- name: acme-renew/dependencies
content: postfix
- name: acme-renew/env/NAME
content: acme-renew
- name: acme-renew/env/PATH
content: /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
- name: acme-renew/producer-for
content: acme-renew-log
- name: acme-renew-log/type
content: longrun
- name: acme-renew-log/notification-fd
content: '3'
- name: acme-renew-log/consumer-for
content: acme-renew
- name: acme-renew-log/env/NAME
content: acme-renew
- name: acme-renew-log/env/PATH
content: /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
- name: acme-renew-log/env/MODE
content: '750'
- name: acme-renew-log/env/USER
content: s6-log
- name: acme-renew-log/env/GROUP
content: s6-log
- name: acme-renew-log/env/DIR
content: /var/log/acme-renew