110 lines
3.2 KiB
YAML
110 lines
3.2 KiB
YAML
# Ansible Roles for managing Auengun.net Infrastructure & Testing/Learning.
|
|
# Source available at git.auengun.net/homelab/ansible-collection
|
|
# Copyright (C) 2023 GregoryDosh
|
|
|
|
# This program is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU Affero General Public License as
|
|
# published by the Free Software Foundation, either version 3 of the
|
|
# License, or (at your option) any later version.
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU Affero General Public License for more details.
|
|
|
|
# You should have received a copy of the GNU Affero General Public License
|
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
# SPDX-FileCopyrightText: 2023 GregoryDosh
|
|
---
|
|
# Note here: All `defaults` are just helpful text for end users to read.
|
|
# The real defaults are in `roles/dcaass/defaults/main.yml``
|
|
argument_specs:
|
|
main:
|
|
options:
|
|
DCAASS_CONFIG_PATH:
|
|
type: str
|
|
DCAASS_CONFIG_USER_NAME:
|
|
type: str
|
|
DCAASS_CONFIG_GROUP_NAME:
|
|
type: str
|
|
DCAASS_CONFIG_DIR_MODE:
|
|
type: str
|
|
DCAASS_CONFIG_FILE_MODE:
|
|
type: str
|
|
|
|
DCAASS_ENV_FILE_NAME:
|
|
type: str
|
|
DCAASS_ENV_EXTRA_CONFIG:
|
|
type: str
|
|
|
|
DCAASS_EXTRA_CONFIG_DIRS:
|
|
type: list
|
|
DCAASS_EXTRA_CONFIG_FILES:
|
|
type: list
|
|
|
|
DCAASS_SERVICE_ANSIBLE_ALLOW_RESTART:
|
|
type: bool
|
|
DCAASS_SERVICE_ANSIBLE_RESTART_ASYNC:
|
|
type: bool
|
|
DCAASS_SERVICE_ANSIBLE_RESTART_ASYNC_FAIL_SEC:
|
|
type: int
|
|
DCAASS_SERVICE_ANSIBLE_RESTART_ASYNC_POLL_SEC:
|
|
type: int
|
|
DCAASS_SERVICE_ANSIBLE_RELOAD_TYPE:
|
|
type: str
|
|
DCAASS_SERVICE_NAME:
|
|
type: str
|
|
DCAASS_SERVICE_REQUIRES:
|
|
type: str
|
|
DCAASS_SERVICE_AFTER:
|
|
type: str
|
|
|
|
DCAASS_DOCKER_COMPOSE_CREATE_EXTRA_OPTIONS:
|
|
type: str
|
|
DCAASS_DOCKER_COMPOSE_EXTRA_UP_OPTIONS:
|
|
type: str
|
|
DCAASS_DOCKER_COMPOSE_EXTRA_DOWN_OPTIONS:
|
|
type: str
|
|
|
|
DCAASS_SERVICE_RESTART_POLICY:
|
|
type: str
|
|
DCAASS_SERVICE_RESTART_SEC:
|
|
type: str
|
|
DCAASS_SERVICE_EXTRA_CONFIG_UNIT:
|
|
type: str
|
|
DCAASS_SERVICE_EXTRA_CONFIG_SERVICE:
|
|
type: str
|
|
DCAASS_SERVICE_EXTRA_CONFIG_INSTALL:
|
|
type: str
|
|
DCAASS_SERVICE_USER_NAME:
|
|
type: str
|
|
DCAASS_SERVICE_GROUP_NAME:
|
|
type: str
|
|
|
|
DCAASS_DOCKER_DAEMON_ALLOW_RESTART:
|
|
type: bool
|
|
DCAASS_DOCKER_PRIVATE_MIRROR_INSTALL:
|
|
type: bool
|
|
DCAASS_DOCKER_PRUNE_SERVICE_INSTALL:
|
|
type: bool
|
|
DCAASS_DOCKER_PRUNE_SERVICE_NAME:
|
|
type: str
|
|
DCAASS_DOCKER_PRUNE_SERVICE_USER_NAME:
|
|
type: str
|
|
DCAASS_DOCKER_PRUNE_SERVICE_GROUP_NAME:
|
|
type: str
|
|
|
|
DCAASS_DOCKER_COMPOSE_PATH:
|
|
type: str
|
|
DCAASS_DOCKER_COMPOSE_BASE_TEMPLATE:
|
|
type: str
|
|
DCAASS_DOCKER_COMPOSE_YAML_OVERRIDES:
|
|
type: dict
|
|
DCAASS_DOCKER_COMPOSE:
|
|
type: str
|
|
DCAASS_DOCKER_COMPOSE_PULL_INITIAL_IMAGES:
|
|
type: bool
|
|
DCAASS_DOCKER_COMPOSE_BUILD_INITIAL_IMAGES:
|
|
type: bool
|