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

39 lines
768 B
YAML
Raw Normal View History

2023-01-25 22:48:13 +01:00
version: '0.10'
services:
- service:
- name: test
certificate:
2023-02-27 13:54:11 +01:00
- private: private
authority: authority
2023-01-25 22:48:13 +01:00
owner: owner
owner_type: variable
group: group
group_type: variable
2023-02-27 13:54:11 +01:00
text: certificate
2023-01-25 22:48:13 +01:00
variables:
- variable:
2023-02-27 13:54:11 +01:00
- 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
2023-01-25 22:48:13 +01:00
- name: owner
type: unix_user
value:
- text: example
- name: group
type: unix_user
value:
- text: example
2023-02-27 13:54:11 +01:00
- name: server_name
type: domainname
value:
- text: example.net