blob: 9a7da42017ca10b500f6017018b18c0086f53996 [file] [log] [blame]
Mohammed Naser7b447302023-03-28 02:50:32 +00001# 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 Naser84b99ec2024-10-02 09:47:40 -040015atmosphere_version: 4.2.4
Mohammed Naser7b447302023-03-28 02:50:32 +000016
Mohammed Nasere46b0662023-01-28 18:27:15 +000017# Ingress
18atmosphere_ingress_class_name: atmosphere
Mohammed Naser55f0f992023-01-28 18:32:09 +000019atmosphere_ingress_cluster_issuer: atmosphere
Oleksandr K.0b036062024-07-29 21:06:12 +020020atmosphere_ingress_annotations: {}
Mohammed Nasere46b0662023-01-28 18:27:15 +000021
Mohammed Naser1d75a922023-07-23 19:24:49 +000022# Network backend
23atmosphere_network_backend: openvswitch
24
ricolinb8ab0172023-06-01 15:41:02 +080025# This is for override values in atmosphere_images
26atmosphere_image_overrides: {}
Mohammed Naser6a8b6ca2024-05-30 17:25:30 -040027
28defaults_ca_certificates_path: >-
Mohammed Naser0824e922024-06-05 08:47:55 -040029 {{ '/etc/ssl/certs/ca-certificates.crt' if ansible_facts['os_family'] in ['Debian'] else '/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt' }}