blob: fcb3d1a100afb072facb2077eaa5d783db8b56ce [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 Naser1eba94c2024-10-02 09:48:38 -040015atmosphere_version: 2.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.dc2c51d2024-07-30 16:48:41 +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 Naser125d2d22024-06-04 17:05:03 -040027
28defaults_ca_certificates_path: >-
vexxhost-bot93b95c82024-06-06 00:04:20 +020029 {{ '/etc/ssl/certs/ca-certificates.crt' if ansible_facts['os_family'] in ['Debian'] else '/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt' }}