Repos with recipes to deploy some infrastructure services
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

7 lines
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 }}"