Ansible, YAML メモ
2022/06/05
YAML の構文
- YAML の構文を押さえる : 文字列をクォートで囲む必要はない - Neo's World
- YAML の動作確認なら Online YAML Parser がオススメ - Qiita
- Online YAML Parser
ERROR! We were unable to read either as JSON nor YAML, these are the errors we got from each: JSON: No JSON object could be decoded
ERROR! We were unable to read either as JSON nor YAML, these are the errors we got from each: JSON: No JSON object could be decoded
- 【Ansible】初心者が Syntax Error while loading YAML.、did not find expectedで嵌った場合と対処法 | はむてつの仕事場-IT業務改善を求めて
- [Ansible] 変数名を参照する際に "{{ varname }}" のようにクォーテーションで囲う理由 - てくなべ (tekunabe)