blob: e88073a7c85124863a964af2641b846ea1854672 [file] [log] [blame]
Mohammed Naser12207172024-02-05 18:49:35 -05001# Copyright (c) 2024 VEXXHOST, Inc.
2#
3# Licensed under the Apache License, Version 2.0 (the "License"); you may
4# not use this file except in compliance with the License. You may obtain
5# a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12# License for the specific language governing permissions and limitations
13# under the License.
14
15dependency:
16 name: galaxy
17driver:
18 name: default
19 options:
20 managed: False
21 ansible_connection_options:
22 ansible_become: "true"
23 ansible_connection: local
24platforms:
25 - name: instance
26 groups:
27 - controllers
28 - cephs
29 - computes
30provisioner:
31 name: ansible
32 config_options:
33 defaults:
34 callbacks_enabled: ansible.posix.profile_tasks
35 inventory:
36 links:
37 host_vars: "${ATMOSPHERE_ANSIBLE_VARS_PATH-$MOLECULE_SCENARIO_DIRECTORY}/host_vars"
38 group_vars: "${ATMOSPHERE_ANSIBLE_VARS_PATH-$MOLECULE_SCENARIO_DIRECTORY}/group_vars"
39verifier:
40 name: ansible