forked from ccchb/ansible
51 lines
1 KiB
YAML
51 lines
1 KiB
YAML
|
---
|
||
|
nsd_log_size: '32m'
|
||
|
nsd_log_mode: '750'
|
||
|
nsd_log_uid: '20000'
|
||
|
nsd_log_gid: '20000'
|
||
|
|
||
|
nsd_service_dirs:
|
||
|
- nsd
|
||
|
- nsd/env
|
||
|
- nsd/data
|
||
|
- nsd-log
|
||
|
- nsd-log/env
|
||
|
|
||
|
nsd_service_scripts:
|
||
|
- nsd/run
|
||
|
- nsd/finish
|
||
|
- nsd/data/check
|
||
|
- nsd-log/run
|
||
|
- nsd-log/finish
|
||
|
|
||
|
nsd_service_config:
|
||
|
- name: nsd/type
|
||
|
content: longrun
|
||
|
- name: nsd/producer-for
|
||
|
content: nsd-log
|
||
|
- name: nsd/notification-fd
|
||
|
content: 3
|
||
|
- name: nsd/env/NAME
|
||
|
content: nsd
|
||
|
- name: nsd/env/PATH
|
||
|
content: /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
|
||
|
|
||
|
- name: nsd-log/type
|
||
|
content: longrun
|
||
|
- name: nsd-log/notification-fd
|
||
|
content: 3
|
||
|
- name: nsd-log/consumer-for
|
||
|
content: nsd
|
||
|
- name: nsd-log/env/NAME
|
||
|
content: nsd
|
||
|
- name: nsd-log/env/PATH
|
||
|
content: /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
|
||
|
- name: nsd-log/env/MODE
|
||
|
content: '750'
|
||
|
- name: nsd-log/env/USER
|
||
|
content: s6-log
|
||
|
- name: nsd-log/env/GROUP
|
||
|
content: s6-log
|
||
|
- name: nsd-log/env/DIR
|
||
|
content: /var/log/nsd
|