rougail/tests/dictionaries/01base_certificate_owner_variable/yml/00-base.yml

38 lines
768 B
YAML

version: '0.10'
services:
- service:
- name: test
certificate:
- private: private
authority: authority
owner: owner
owner_type: variable
group: group
group_type: variable
text: certificate
variables:
- variable:
- name: certificate
type: filename
value:
- text: /etc/pki/tls/certs/example.crt
- name: private
type: filename
value:
- text: /etc/pki/tls/private/example.key
- name: authority
type: filename
value:
- text: /etc/pki/ca-trust/source/anchors/ca_example.crt
- name: owner
type: unix_user
value:
- text: example
- name: group
type: unix_user
value:
- text: example
- name: server_name
type: domainname
value:
- text: example.net