Use this tag for questions about the YAML data serialization format only, not for questions about programs (or examples) that happen to have their configuration in a YAML format.
I have this configuration: development: adapter: mysql2 encoding: utf8 database: my_db_name username: root password: my_password host: mysql://127.0.0.1:3306 …
mysql ruby-on-rails ruby yamlAre variables within YAML files possible? For example: theme: name: default css_path: compiled/themes/$theme.name layout_path: themes/$…
ruby-on-rails ruby variables yaml string-interpolationI have the following YAML: paths: patha: /path/to/root/a pathb: /path/to/root/b pathc: /path/to/root/…
syntax yaml template-engine transclusionIn my Spring Boot app I have application.yaml configuration file with following content. I want to have it injected …
java spring spring-boot yamlIs there a way to use placeholders in yaml like this: foo: &FOO <<propname>>: type: …
yaml computed-properties indirection template-variablesHow would I go about removing all empty elements (empty list items) from a nested Hash or YAML file?
ruby-on-rails ruby hash yamlIn this official document, it can run command in a yaml config file: https://kubernetes.io/docs/tasks/configure-pod-container/ apiVersion: …
yaml kubernetesI'm trying to check if the version supplied is a valid supported version. I've set the list of acceptable versions …
yaml ansibleHow can I test that stderr is non empty:: - name: Check script shell: . {{ venv_name }}/bin/activate && …
ansible yaml