Mohammed Naser | 1220717 | 2024-02-05 18:49:35 -0500 | [diff] [blame] | 1 | # 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 | |
| 15 | dependency: |
| 16 | name: galaxy |
| 17 | driver: |
| 18 | name: default |
| 19 | options: |
| 20 | managed: False |
| 21 | ansible_connection_options: |
| 22 | ansible_become: "true" |
| 23 | ansible_connection: local |
| 24 | platforms: |
| 25 | - name: instance |
| 26 | groups: |
| 27 | - controllers |
| 28 | - cephs |
| 29 | - computes |
| 30 | provisioner: |
| 31 | name: ansible |
Rico Lin | e713267 | 2024-02-28 00:10:53 +0800 | [diff] [blame] | 32 | env: |
| 33 | DOCKER_TIMEOUT: 600 |
Mohammed Naser | 1220717 | 2024-02-05 18:49:35 -0500 | [diff] [blame] | 34 | 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" |
| 41 | verifier: |
| 42 | name: ansible |