Repos with recipes to deploy some infrastructure services
You can not select more than 25 topics 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 }}"