ansible-infra/ansible_collections/debops/debops/playbooks/layer/app.yml
Stefan Bethke 2aed20393f
Some checks failed
/ Ansible Lint (push) Failing after 5m45s
/ Ansible Lint (pull_request) Failing after 4m59s
Vendor Galaxy Roles and Collections
2026-02-06 22:07:16 +01:00

67 lines
1.9 KiB
YAML

---
# Copyright (C) 2015-2023 Maciej Delmanowski <drybjed@gmail.com>
# Copyright (C) 2015-2023 DebOps <https://debops.org/>
# SPDX-License-Identifier: GPL-3.0-only
- name: Configure SKS Keyserver service
import_playbook: '../service/sks.yml'
- name: Configure iPXE service
import_playbook: '../service/ipxe.yml'
- name: Configure backup2l service
import_playbook: '../service/backup2l.yml'
- name: Configure rsnapshot service
import_playbook: '../service/rsnapshot.yml'
- name: Configure Mailman service
import_playbook: '../service/mailman.yml'
- name: Configure Miniflux service
import_playbook: '../service/miniflux.yml'
- name: Configure LibreNMS application
import_playbook: '../service/librenms.yml'
- name: Configure DokuWiki application
import_playbook: '../service/dokuwiki.yml'
- name: Configure NetBox application
import_playbook: '../service/netbox.yml'
- name: Configure Etherpad application
import_playbook: '../service/etherpad.yml'
- name: Configure Debian Preseed service
import_playbook: '../service/preseed.yml'
- name: Configure ownCloud/Nextcloud application
import_playbook: '../service/owncloud.yml'
- name: Configure phpMyAdmin application
import_playbook: '../service/phpmyadmin.yml'
- name: Configure phpIPAM application
import_playbook: '../service/phpipam.yml'
- name: Configure RStudio Server service
import_playbook: '../service/rstudio_server.yml'
- name: Configure GitLab Omnibus application
import_playbook: '../service/gitlab.yml'
- name: Configure Ansible tool
import_playbook: '../service/ansible.yml'
- name: Configure Ansible Controller environment
import_playbook: '../service/controller.yml'
- name: Configure Roundcube application
import_playbook: '../service/roundcube.yml'
- name: Configure IMAP Proxy service
import_playbook: '../service/imapproxy.yml'
- name: Configure Debconf-based application packages
import_playbook: '../service/debconf.yml'