Mohammed Naser | 336caf4 | 2022-03-11 17:56:45 -0500 | [diff] [blame] | 1 | # Copyright (c) 2022 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: delegated |
| 19 | platforms: |
| 20 | - name: ctl1 |
| 21 | groups: &controller_groups |
| 22 | - controllers |
Mohammed Naser | 336caf4 | 2022-03-11 17:56:45 -0500 | [diff] [blame] | 23 | - name: ctl2 |
| 24 | groups: *controller_groups |
| 25 | - name: ctl3 |
| 26 | groups: *controller_groups |
| 27 | - name: nvme1 |
| 28 | groups: &nvme_groups |
| 29 | - cephs |
Mohammed Naser | 336caf4 | 2022-03-11 17:56:45 -0500 | [diff] [blame] | 30 | - name: nvme2 |
| 31 | groups: *nvme_groups |
| 32 | - name: nvme3 |
| 33 | groups: *nvme_groups |
| 34 | - name: kvm1 |
| 35 | groups: &kvm_groups |
| 36 | - computes |
| 37 | - name: kvm2 |
| 38 | groups: *kvm_groups |
| 39 | provisioner: |
| 40 | name: ansible |
Mohammed Naser | 206e5f8 | 2022-03-16 20:21:14 -0400 | [diff] [blame] | 41 | options: |
Mohammed Naser | 46e1552 | 2022-03-19 16:07:44 -0400 | [diff] [blame] | 42 | inventory: "${MOLECULE_EPHEMERAL_DIRECTORY}/workspace" |
Mohammed Naser | 206e5f8 | 2022-03-16 20:21:14 -0400 | [diff] [blame] | 43 | config_options: |
| 44 | ssh_connection: |
| 45 | pipelining: true |
Mohammed Naser | 336caf4 | 2022-03-11 17:56:45 -0500 | [diff] [blame] | 46 | inventory: |
Mohammed Naser | 46e1552 | 2022-03-19 16:07:44 -0400 | [diff] [blame] | 47 | links: |
| 48 | host_vars: "${MOLECULE_SCENARIO_DIRECTORY}/host_vars" |
| 49 | group_vars: "${MOLECULE_SCENARIO_DIRECTORY}/group_vars" |
Mohammed Naser | 336caf4 | 2022-03-11 17:56:45 -0500 | [diff] [blame] | 50 | verifier: |
okozachenko | 8713192 | 2022-04-09 01:04:53 +1000 | [diff] [blame] | 51 | name: ansible |