Mohammed Naser | 7b44730 | 2023-03-28 02:50:32 +0000 | [diff] [blame] | 1 | # Copyright (c) 2023 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 | |
Mohammed Naser | 84b99ec | 2024-10-02 09:47:40 -0400 | [diff] [blame] | 15 | atmosphere_version: 4.2.4 |
Mohammed Naser | 7b44730 | 2023-03-28 02:50:32 +0000 | [diff] [blame] | 16 | |
Mohammed Naser | e46b066 | 2023-01-28 18:27:15 +0000 | [diff] [blame] | 17 | # Ingress |
| 18 | atmosphere_ingress_class_name: atmosphere |
Mohammed Naser | 55f0f99 | 2023-01-28 18:32:09 +0000 | [diff] [blame] | 19 | atmosphere_ingress_cluster_issuer: atmosphere |
Oleksandr K. | 0b03606 | 2024-07-29 21:06:12 +0200 | [diff] [blame] | 20 | atmosphere_ingress_annotations: {} |
Mohammed Naser | e46b066 | 2023-01-28 18:27:15 +0000 | [diff] [blame] | 21 | |
Mohammed Naser | 1d75a92 | 2023-07-23 19:24:49 +0000 | [diff] [blame] | 22 | # Network backend |
| 23 | atmosphere_network_backend: openvswitch |
| 24 | |
ricolin | b8ab017 | 2023-06-01 15:41:02 +0800 | [diff] [blame] | 25 | # This is for override values in atmosphere_images |
| 26 | atmosphere_image_overrides: {} |
Mohammed Naser | 6a8b6ca | 2024-05-30 17:25:30 -0400 | [diff] [blame] | 27 | |
| 28 | defaults_ca_certificates_path: >- |
Mohammed Naser | 0824e92 | 2024-06-05 08:47:55 -0400 | [diff] [blame] | 29 | {{ '/etc/ssl/certs/ca-certificates.crt' if ansible_facts['os_family'] in ['Debian'] else '/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt' }} |