blob: 720a343406b3257fed7ebf4957f2981cee11a172 [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
Rico Line7132672024-02-28 00:10:53 +080032 env:
33 DOCKER_TIMEOUT: 600
Mohammed Naser12207172024-02-05 18:49:35 -050034 config_options:
35 defaults:
36 callbacks_enabled: ansible.posix.profile_tasks
37 inventory:
38 links:
39 host_vars: "${ATMOSPHERE_ANSIBLE_VARS_PATH-$MOLECULE_SCENARIO_DIRECTORY}/host_vars"
40 group_vars: "${ATMOSPHERE_ANSIBLE_VARS_PATH-$MOLECULE_SCENARIO_DIRECTORY}/group_vars"
41verifier:
42 name: ansible