Top "Yaml" questions

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.

rails error, couldn't parse YAML

After updating the gems I've got this: /home/megas/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/psych.rb:148:in `parse': couldn't …

ruby-on-rails-3 yaml redcloth
Pass array in --extra-vars - Ansible

How can I pass yaml array to --extra-vars in Ansible playbook. Ansible documentation does not declares its syntax nor I …

yaml ansible-playbook
How to escape colons and other special characters in a YAML string?

I have the following YAML fragment: description: | "API for bean consuming applications. Examples: painted pony, lima bean" Swagger editor interprets …

escaping yaml swagger
Get YAML for deployed Kubernetes services?

I am trying to deploy my app to Kubernetes running in Google Container Engine. The app can be found at: …

docker yaml kubernetes google-kubernetes-engine google-container-registry
Docker-Compose file has yaml.scanner.ScannerError

compose.yml file, which looks like this: version: '2' services: discovery-microservice: build: discovery-microservice context: /discovery-microservice/target/docker dockerfile: Dockerfile …

docker yaml docker-compose dockerfile
How to use YamlPropertiesFactoryBean to load YAML files using Spring Framework 4.1?

I have a spring application that is currently using *.properties files and I want to have it using YAML files …

java spring yaml properties-file
How can I do string concatenation, or string replacement in YAML?

I have this: user_dir: /home/user user_pics: /home/user/pics How could I use the user_dir for …

concatenation yaml
How to access an application parameters from a service?

From my controllers, I access the application parameters (those in /app/config) with $this->container->getParameter('my_param') …

php symfony yaml
Multiline YAML string for GitLab CI (.gitlab-ci.yml)

I'm trying to write a gitlab-ci.yml file which uses a multi-line string for the command. However, it seems like …

yaml gitlab-ci gitlab-ci-runner
Set root logging level in application.yml

I used an application.properties with Spring Boot (1.3 M1) and started to translate it into a yaml file because it …

java logging spring-boot yaml