Repos with recipes to deploy some infrastructure services
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

7 行
304 B

  1. ---
  2. molecule_file: "{{ lookup('env', 'MOLECULE_FILE') }}"
  3. molecule_ephemeral_directory: "{{ lookup('env', 'MOLECULE_EPHEMERAL_DIRECTORY') }}"
  4. molecule_scenario_directory: "{{ lookup('env', 'MOLECULE_SCENARIO_DIRECTORY') }}"
  5. molecule_yml: "{{ lookup('file', molecule_file) | molecule_from_yaml }}"