--- # Copyright (C) 2015-2023 Maciej Delmanowski # Copyright (C) 2015-2023 DebOps # 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'